优化文档数据结构图
This commit is contained in:
@ -94,3 +94,8 @@ func Test_parser_Openapi3(t *testing.T) {
|
||||
byteData, _ := json.Marshal(g.docData)
|
||||
fmt.Println(string(byteData))
|
||||
}
|
||||
|
||||
func Test_parse_Openapi3_doc(t *testing.T) {
|
||||
res, err := ParseOpenapi3("http://localhost:10990/static-server/github-openapi.json", "")
|
||||
fmt.Println(res, err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user