Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewUserBiz)
ProviderSet is biz providers.
Functions ¶
This section is empty.
Types ¶
type UserBiz ¶
type UserBiz struct {
// contains filtered or unexported fields
}
func NewUserBiz ¶
func (*UserBiz) CreateUser ¶
func (*UserBiz) Login ¶
func (u *UserBiz) Login(ctx context.Context, userRq *v1.UserLoginRequest) (*v1.UserLoginResponse, error)
Click to show internal directories.
Click to hide internal directories.