增加swagger type key 定义

This commit is contained in:
白茶清欢 2024-04-25 16:53:43 +08:00
parent f40760f6ee
commit 09fdf2f01e
1 changed files with 4 additions and 0 deletions

View File

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