1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-01 01:54:14 +00:00

beego:doc move to swagger

This commit is contained in:
astaxie 2014-06-18 10:36:15 +08:00
parent 8be83fe488
commit 67be7b532d

View File

@ -1,6 +1,6 @@
package beego package swagger
const swaggerVersion = "1.2" const SwaggerVersion = "1.2"
type ResourceListing struct { type ResourceListing struct {
ApiVersion string `json:"apiVersion"` ApiVersion string `json:"apiVersion"`