1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 10:00:38 +00:00
This commit is contained in:
astaxie
2016-01-17 23:57:07 +08:00
parent 90d1349665
commit 9adf20d72e
9 changed files with 30 additions and 32 deletions

View File

@ -23,8 +23,8 @@ type ResourceListing struct {
APIVersion string `json:"apiVersion"`
SwaggerVersion string `json:"swaggerVersion"` // e.g 1.2
// BasePath string `json:"basePath"` obsolete in 1.1
APIs []APIRef `json:"apis"`
Info Information `json:"info"`
APIs []APIRef `json:"apis"`
Info Information `json:"info"`
}
// APIRef description the api path and description