package
2.1.0
Repository: https://github.com/mizuki1412/go-core-kit.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GenOperationId path转首字母大写后拼接,同时把其中的路径参数标识出来,暂时处理:.
InitResParentSchema 定义返回的父类格式,在response的时候绑定外部父类格式,实际格式在data中.
No description provided by the author
ReqBody 关于schema:因为是请求,schema重复不多,所以就包含在path中,而不用ref。 使用body-json,schema统一type为object 支持 body json和form-data.
ReqParam params struct的tags: - comment: 注释 - validate:"required" - default: 默认值 - in: query,path,header - schema: ignore.
Response schema用ref引用,定义放在components中.
ResponseStream 返回字节流.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
go:embed knife-ui.
go:embed swagger-ui.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Builder 单条路径的builder.

# Type aliases

BuildOpt 定义Functional Options.