feat: 实现用户注册功能,包括数据库表结构、gRPC 服务和业务逻辑

This commit is contained in:
fish
2026-03-28 20:11:54 +08:00
parent e4bb25d1ac
commit 4ff974439f
9 changed files with 529 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
module backend/services/user-svc
go 1.26.1
require (
github.com/google/uuid v1.6.0
github.com/spf13/viper v1.19.0
golang.org/x/crypto v0.20.0
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.33.0
)