feat: 引入 github.com/getkin/kin-openapi/openapi3 库, 准备重写文档生成

This commit is contained in:
2026-01-05 17:22:32 +08:00
parent 7606e7d48d
commit b9c5ed591a
3 changed files with 41 additions and 0 deletions

15
openapi/generate.go Normal file
View File

@@ -0,0 +1,15 @@
// Package openapi ...
//
// Description : openapi ...
//
// Author : go_developer@163.com<白茶清欢>
//
// Date : 2026-01-05 17:20
package openapi
func NewGenerate() *Generate {
return &Generate{}
}
// Generate 生成 OpenApi 标准规范的文档
type Generate struct{}