youtu_grpc/README.md

14 lines
349 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
```
## 配置私有仓库
```shell
go env -w GOPRIVATE=gitea.youtukeji.com.cn
```