增加swagger文档常量定义

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

View File

@ -30,3 +30,7 @@ const (
const ( const (
SwaggerTypeKey = "type" SwaggerTypeKey = "type"
) )
const (
SwaggerBaseObjectDefinitionName = "object_map"
)