Skip to content

Commit

Permalink
fix swag
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesCheung96 committed Nov 2, 2023
1 parent 1304da3 commit 90a9ca7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,9 @@ var doc = `{
"max_log_size": {
"type": "integer"
},
"meta_flush_interval": {
"type": "integer"
},
"storage": {
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions docs/swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1745,6 +1745,9 @@
"max_log_size": {
"type": "integer"
},
"meta_flush_interval": {
"type": "integer"
},
"storage": {
"type": "string"
},
Expand Down
2 changes: 2 additions & 0 deletions docs/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,8 @@ definitions:
type: string
max_log_size:
type: integer
meta_flush_interval:
type: integer
storage:
type: string
use_file_backend:
Expand Down

0 comments on commit 90a9ca7

Please sign in to comment.