67be7b53 by astaxie

beego:doc move to swagger

1 parent 8be83fe4
1 package beego 1 package swagger
2 2
3 const swaggerVersion = "1.2" 3 const SwaggerVersion = "1.2"
4 4
5 type ResourceListing struct { 5 type ResourceListing struct {
6 ApiVersion string `json:"apiVersion"` 6 ApiVersion string `json:"apiVersion"`
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!