修复:为 user-svc 添加健康检查和启动顺序控制
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"backend/services/user-svc/internal/domain"
|
||||
"backend/services/user-svc/internal/repository"
|
||||
"backend/shared/pkg/errors"
|
||||
"user-svc/internal/domain"
|
||||
"user-svc/internal/repository"
|
||||
|
||||
"shared/pkg/errors"
|
||||
)
|
||||
|
||||
type UserService struct {
|
||||
|
||||
Reference in New Issue
Block a user