icechen 4375f92f86
Some checks failed
continuous-integration/drone Build is failing
feat: test ci
2022-01-10 20:21:47 +08:00
..
2022-01-10 20:21:47 +08:00
2022-01-10 15:21:58 +08:00

app

所有应用的入口。

应用类型

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

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

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

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

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

分为一般任务和定时任务