增加获取文档数据方法
This commit is contained in:
parent
07f91dfdfc
commit
9e8560cccf
@ -78,6 +78,10 @@ type Generate struct {
|
||||
readMethodList []string
|
||||
}
|
||||
|
||||
func (g *Generate) Doc() *define.OpenapiDoc {
|
||||
return g.docData
|
||||
}
|
||||
|
||||
// SetLicense 设置文档协议
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
|
Loading…
x
Reference in New Issue
Block a user