增加swagger type key 定义
This commit is contained in:
parent
f40760f6ee
commit
09fdf2f01e
@ -26,3 +26,7 @@ const (
|
|||||||
SwaggerRefKey = "$ref"
|
SwaggerRefKey = "$ref"
|
||||||
SwaggerRefValPrefix = "#/definitions/"
|
SwaggerRefValPrefix = "#/definitions/"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
SwaggerTypeKey = "type"
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user