Initial commit

This commit is contained in:
Donny
2019-04-22 20:46:32 +08:00
commit 49ab8aadd1
25441 changed files with 4055000 additions and 0 deletions

13
app/README.md Normal file
View File

@@ -0,0 +1,13 @@
# go-common/business
业务仓库目录
| 目录 | 描述 |
| -------- | -------------- |
| service | rpc service |
| client | rpc client sdk |
| interface| gateway |
| admin | 运营管理服务 |
| job | 后台异步服务job|
| model | 业务实体model |
| ecode | 统一错误码 |