修复:为 user-svc 添加健康检查和启动顺序控制

This commit is contained in:
fish
2026-03-28 21:54:09 +08:00
parent 5ac0a52bb1
commit c5260bcae8
31 changed files with 1995 additions and 167 deletions

View File

@@ -1,10 +1,15 @@
module backend/gateway
module gateway
go 1.26.1
go 1.25.8
require (
github.com/gorilla/websocket v1.5.1
github.com/spf13/viper v1.19.0
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.33.0
shared v0.0.0
)
replace (
shared => /shared
)