Versions in this module Expand all Collapse all v0 v0.0.2 Jan 18, 2022 Changes in this version + func NewExampleData(kind string) string + type ContactInfo struct + Email string + Name string + URL string + type DocInfo struct + BasePath string + Host string + ID string + Info *Info + type ErrorDes struct + Code int + Describe string + Msg string + type Info struct + Contact *ContactInfo + Description string + TermsOfService string + Title string + Version string + type Method struct + Describe string + Input []*ParamField + IsSubscribe bool + Name string + OutPut []*ParamField + RequestBody string + ResponseBody string + Title string + type MethodItem struct + Description string + ID string + Tags []string + type Module struct + Describe string + Methods []*Method + Name string + NameSpace string + PkgPath string + Version string + type ParamData struct + Describe string + Fields []*ParamField + Name string + PkgPath string + type ParamField struct + DataType string + Describe string + Example string + Name string + Obj bool + Type string + func (p *ParamField) SetParamField() + type Server struct + ErrorCodes []*ErrorDes + Links []string + Modules []*Module + ParamDatas []*ParamData + ServiceName string