Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginUserService ¶
type LoginUserService struct {
// contains filtered or unexported fields
}
func NewLoginUserService ¶
func NewLoginUserService(ctx context.Context) *LoginUserService
func (*LoginUserService) CheckUser ¶
func (s *LoginUserService) CheckUser(req *user.UserLoginRequest) (int64, error)
type RegisterUserService ¶
type RegisterUserService struct {
// contains filtered or unexported fields
}
func NewRegisterUserService ¶
func NewRegisterUserService(ctx context.Context) *RegisterUserService
func (*RegisterUserService) RegisterUser ¶
func (s *RegisterUserService) RegisterUser(req *user.UserRegisterRequest) (int64, error)
type UserInfoService ¶
type UserInfoService struct {
// contains filtered or unexported fields
}
func NewUserInfoService ¶
func NewUserInfoService(ctx context.Context) *UserInfoService
func (*UserInfoService) UserInfo ¶
func (s *UserInfoService) UserInfo(req *user.UserRequest) (*user.User, error)
Click to show internal directories.
Click to hide internal directories.