go-template/app
icechen 41daeab7b0
continuous-integration/drone/push Build was killed Details
test
2021-12-29 23:27:19 +08:00
..
api/example_api test 2021-12-29 23:27:19 +08:00
service/example_service test 2021-12-29 23:27:19 +08:00
README.md first 2021-12-24 18:50:43 +08:00

README.md

app

所有应用的入口。

应用类型

/api——对外提供接口服务的应用

一般指对外提供http服务的应用。

/service——仅对内部提供服务的应用

一般指对内提供grpc服务的应用

/job——运行短暂的一次性任务

分为一般任务和定时任务