Skip to content

Commit 9e5c3f7

Browse files
LordofAvernusffffwh
authored andcommitted
make gen swag
1 parent 243b790 commit 9e5c3f7

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

api/docs/docs.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,10 +2830,10 @@ var doc = `{
28302830
"job_id": {
28312831
"type": "string"
28322832
},
2833-
"job_status": {
2833+
"job_stage": {
28342834
"type": "string"
28352835
},
2836-
"job_stage": {
2836+
"job_status": {
28372837
"type": "string"
28382838
},
28392839
"job_steps": {
@@ -2889,6 +2889,9 @@ var doc = `{
28892889
"127.0.0.1:9092"
28902890
]
28912891
},
2892+
"kafka_date_time_zone": {
2893+
"type": "string"
2894+
},
28922895
"kafka_topic": {
28932896
"type": "string"
28942897
},

api/docs/swagger.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2814,10 +2814,10 @@
28142814
"job_id": {
28152815
"type": "string"
28162816
},
2817-
"job_status": {
2817+
"job_stage": {
28182818
"type": "string"
28192819
},
2820-
"job_stage": {
2820+
"job_status": {
28212821
"type": "string"
28222822
},
28232823
"job_steps": {
@@ -2873,6 +2873,9 @@
28732873
"127.0.0.1:9092"
28742874
]
28752875
},
2876+
"kafka_date_time_zone": {
2877+
"type": "string"
2878+
},
28762879
"kafka_topic": {
28772880
"type": "string"
28782881
},
@@ -3753,4 +3756,4 @@
37533756
"in": "header"
37543757
}
37553758
}
3756-
}
3759+
}

api/docs/swagger.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,10 @@ definitions:
467467
type: string
468468
job_id:
469469
type: string
470-
job_status:
471-
type: string
472470
job_stage:
473471
type: string
472+
job_status:
473+
type: string
474474
job_steps:
475475
items:
476476
$ref: '#/definitions/common.JobStep'
@@ -502,6 +502,8 @@ definitions:
502502
items:
503503
type: string
504504
type: array
505+
kafka_date_time_zone:
506+
type: string
505507
kafka_topic:
506508
type: string
507509
message_group_max_size:

0 commit comments

Comments
 (0)