generated from pkg/go-template
Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# app
|
||||
|
||||
所有应用的入口。
|
||||
|
||||
## 应用类型
|
||||
|
||||
### `/api`——对外提供接口服务的应用
|
||||
|
||||
一般指对外提供`http`服务的应用。
|
||||
|
||||
### `/service`——仅对内部提供服务的应用
|
||||
|
||||
一般指对内提供`grpc`服务的应用
|
||||
|
||||
### `/job`——运行短暂的一次性任务
|
||||
|
||||
分为一般任务和定时任务
|
||||
Reference in New Issue
Block a user