mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-13 18:00:00 +08:00
feature/goctl-api-swagger (#4780)
This commit is contained in:
@@ -71,6 +71,12 @@
|
||||
"api": "{{.goctl.api.api}}",
|
||||
"caller": "The web api caller",
|
||||
"unwrap": "Unwrap the webapi caller for import"
|
||||
},
|
||||
"swagger": {
|
||||
"short": "Generate swagger file from api",
|
||||
"dir": "{{.goctl.api.dir}}",
|
||||
"api": "{{.goctl.api.api}}",
|
||||
"yaml": "Generate swagger yaml file, default to json"
|
||||
}
|
||||
},
|
||||
"bug": {
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
// BuildVersion is the version of goctl.
|
||||
const BuildVersion = "1.8.2"
|
||||
const BuildVersion = "1.8.3"
|
||||
|
||||
var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user