This website requires JavaScript.
Explore
Help
Register
Sign In
monorepo
/
backend
Watch
2
Star
0
Fork
0
You've already forked backend
generated from
pkg/go-template
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
backend
/
app
History
monorepo
cf5f31b13a
Initial commit
2022-01-10 15:21:58 +08:00
..
api
Initial commit
2022-01-10 15:21:58 +08:00
service
Initial commit
2022-01-10 15:21:58 +08:00
README.md
Initial commit
2022-01-10 15:21:58 +08:00
README.md
app
所有应用的入口。
应用类型
/api
——对外提供接口服务的应用
一般指对外提供
http
服务的应用。
/service
——仅对内部提供服务的应用
一般指对内提供
grpc
服务的应用
/job
——运行短暂的一次性任务
分为一般任务和定时任务