Categorygithub.com/asjard/examples
module
0.0.0-20241217112552-ac96c0fa4b96
Repository: https://github.com/asjard/examples.git
Documentation: pkg.go.dev

# README

查看帮助

make
# 或
make help
Commands:
  update     更新本地代码
  gen_proto  生成protobuf目录下的协议
  run_dep    运行基础服务,例如数据
  run        本地运行
  down       停止服务
  clean      清理服务
  stats      查看状态
  help       使用帮助
Envs:
  PROJECT_NAME  项目名称   默认: asjard   当前: asjard

编译协议

make gen_proto

运行实例

## 只运行server
examples=server make run
## 运行多个实例
examples='cipher fileupload' make run

清理

make clean

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author