This website requires JavaScript.
Explore
Help
Register
Sign In
pkg
/
go-template
Template
Watch
2
Star
0
Fork
0
You've already forked go-template
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
4892847915
Branches
Tags
View all branches
go-template
/
app
History
icechen
a08010b83d
test
2021-12-30 00:43:49 +08:00
..
api
/example_api
test
2021-12-30 00:43:49 +08:00
service
/example_service
test
2021-12-30 00:43:49 +08:00
README.md
first
2021-12-24 18:50:43 +08:00
README.md
app
所有应用的入口。
应用类型
/api
——对外提供接口服务的应用
一般指对外提供
http
服务的应用。
/service
——仅对内部提供服务的应用
一般指对内提供
grpc
服务的应用
/job
——运行短暂的一次性任务
分为一般任务和定时任务