Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(d Dependency) (pb.UserService, error)
Types ¶
type Dependency ¶
type Dependency struct {
AccountRepo repo.AccountRepo `validate:"required"`
}
Dependency 表示用户服务初始化依赖
Click to show internal directories.
Click to hide internal directories.