7 Star 76 Fork 23

bullteam / zeus-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 505 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhengcog 提交于 2019-07-18 00:36 . swagger doc
package main
import (
"zeus/cmd"
)
// @title Zeus 宙斯权限后台 API
// @version V0.1
// @description Zeus 宙斯权限后台
// @termsOfService http://swagger.io/terms/
// @contact.name API Support
// @contact.email support@bullteam.cn
// @license.name Apache 2.0
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html
// @host 127.0.0.1:8012
// @BasePath /v1
// @securityDefinitions.apikey ApiKeyAuth
// @in header
// @name Authorization
func main() {
cmd.Execute()
//dao.Shutdown()
}
Go
1
https://gitee.com/bullteam/zeus-admin.git
git@gitee.com:bullteam/zeus-admin.git
bullteam
zeus-admin
zeus-admin
master

搜索帮助