This commit is contained in:
2026-08-09 16:20:13 +08:00
parent 4bbed3156c
commit 4fe24d9770
65 changed files with 3 additions and 5585 deletions

View File

@@ -11,9 +11,8 @@ BSM 后端服务的 Go workspace包含基础能力、电商、财务、社交
| `module/finance` | wallet |
| `module/social` | feed、group、relation |
| `protobuf` | 跨服务共享的 protobuf 定义,目前包含 `blocks.proto` |
| `shared` | 跨模块复用的轻量公共代码(日志与 gRPC 连接抽象) |
| `cmd` | 聚合上述服务的单体启动器 |
| `go.work` | 22 个 Go 模块的 workspace 定义 |
| `go.work` | 21 个 Go 模块的 workspace 定义 |
各服务的接口、配置和部署细节见对应 `module/**/README.md`