Skip to content

Commit 69b6fd4

Browse files
committed
gen swagger
1 parent 49275a3 commit 69b6fd4

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

sqle/docs/docs.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23204,10 +23204,6 @@ var doc = `{
2320423204
"type": "object",
2320523205
"$ref": "#/definitions/sql_flash.AdvisedIndex"
2320623206
},
23207-
"enable_high_analysis": {
23208-
"description": "是否启用高级分析",
23209-
"type": "boolean"
23210-
},
2321123207
"id": {
2321223208
"type": "integer"
2321323209
},
@@ -23263,6 +23259,10 @@ var doc = `{
2326323259
"type": "string",
2326423260
"example": "MySQL"
2326523261
},
23262+
"enable_high_analysis": {
23263+
"description": "是否启用高级分析",
23264+
"type": "boolean"
23265+
},
2326623266
"explain_info": {
2326723267
"type": "string"
2326823268
},

sqle/docs/swagger.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23188,10 +23188,6 @@
2318823188
"type": "object",
2318923189
"$ref": "#/definitions/sql_flash.AdvisedIndex"
2319023190
},
23191-
"enable_high_analysis": {
23192-
"description": "是否启用高级分析",
23193-
"type": "boolean"
23194-
},
2319523191
"id": {
2319623192
"type": "integer"
2319723193
},
@@ -23247,6 +23243,10 @@
2324723243
"type": "string",
2324823244
"example": "MySQL"
2324923245
},
23246+
"enable_high_analysis": {
23247+
"description": "是否启用高级分析",
23248+
"type": "boolean"
23249+
},
2325023250
"explain_info": {
2325123251
"type": "string"
2325223252
},

sqle/docs/swagger.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6985,9 +6985,6 @@ definitions:
69856985
$ref: '#/definitions/sql_flash.AdvisedIndex'
69866986
description: 索引建议详情
69876987
type: object
6988-
enable_high_analysis:
6989-
description: 是否启用高级分析
6990-
type: boolean
69916988
id:
69926989
type: integer
69936990
metadata:
@@ -7029,6 +7026,9 @@ definitions:
70297026
db_type:
70307027
example: MySQL
70317028
type: string
7029+
enable_high_analysis:
7030+
description: 是否启用高级分析
7031+
type: boolean
70327032
explain_info:
70337033
type: string
70347034
instance_name:

0 commit comments

Comments
 (0)