Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 189 Bytes

File metadata and controls

9 lines (9 loc) · 189 Bytes

CloudDisk

# 创建api服务
goctl api new core
# 启动服务
go run core.go -f etc/core-api.yaml
# 使用api文件生成代码
goctl api go -api core.api -dir . -style go_zero