save doc generate
This commit is contained in:
@ -29,7 +29,7 @@ func Test_parser_Openapi3(t *testing.T) {
|
||||
List []A `json:"list"`
|
||||
}
|
||||
var bArr []*B
|
||||
g := NewOpenapiDoc()
|
||||
g := NewOpenapiDoc(nil, nil)
|
||||
g.AddApiFromInAndOut(&define.UriBaseConfig{
|
||||
Uri: "/a/b/c/d",
|
||||
Method: http.MethodPost,
|
||||
|
Reference in New Issue
Block a user