youtu_grpc/README.md

14 lines
349 B
Markdown
Raw Permalink Normal View History

2025-02-05 18:45:49 +08:00
1. 用户模块user_management
2. 抖音ecpm计算模块douyin_ecpm_calculation_service
3. 排行榜模块ranking_management
4. 认证模块auth_service
```go
goctl rpc protoc auth_service.proto --go_out=. --go-grpc_out=. --zrpc_out=. --style=go_zero
2025-02-06 15:35:23 +08:00
```
## 配置私有仓库
```shell
go env -w GOPRIVATE=gitea.youtukeji.com.cn
2025-02-05 18:45:49 +08:00
```