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