整合默认swagger文档

This commit is contained in:
2025-02-15 21:53:21 +08:00
parent ff91efd1c8
commit 99df73e50e
5 changed files with 172 additions and 17 deletions

View File

@ -63,3 +63,8 @@ type UriParam struct {
const (
FieldNameMeta = "Meta" // 元信息字段
)
const (
SwaggerUIThemeDefault = "swaggerUI" // 文档默认主题
SwaggerUIThemeKnife4go = "knife4go" // knife4go 主题
)