Skip to content

Commit

Permalink
gen swag
Browse files Browse the repository at this point in the history
  • Loading branch information
LordofAvernus committed Aug 21, 2024
1 parent 44cc519 commit 5e10be8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sqle/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -10303,6 +10303,13 @@ var doc = `{
"type": "string"
}
},
"priority": {
"type": "string",
"enum": [
"high",
"''"
]
},
"remark": {
"type": "string"
},
Expand Down
7 changes: 7 additions & 0 deletions sqle/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -10287,6 +10287,13 @@
"type": "string"
}
},
"priority": {
"type": "string",
"enum": [
"high",
"''"
]
},
"remark": {
"type": "string"
},
Expand Down
5 changes: 5 additions & 0 deletions sqle/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,11 @@ definitions:
items:
type: string
type: array
priority:
enum:
- high
- ''''''
type: string
remark:
type: string
sql_manage_id_list:
Expand Down

0 comments on commit 5e10be8

Please sign in to comment.