增加swagger type key 定义

This commit is contained in:
白茶清欢 2024-04-25 16:53:43 +08:00
parent f40760f6ee
commit 09fdf2f01e

View File

@ -26,3 +26,7 @@ const (
SwaggerRefKey = "$ref" SwaggerRefKey = "$ref"
SwaggerRefValPrefix = "#/definitions/" SwaggerRefValPrefix = "#/definitions/"
) )
const (
SwaggerTypeKey = "type"
)