Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.InfoRequest) (*user.User, error)
type UserLoginService ¶
type UserLoginService struct {
// contains filtered or unexported fields
}
func NewUserLoginService ¶
func NewUserLoginService(ctx context.Context) *UserLoginService
func (*UserLoginService) UserLogin ¶
func (s *UserLoginService) UserLogin(req *user.LoginRequest) (int64, string, error)
type UserRegisterService ¶
type UserRegisterService struct {
// contains filtered or unexported fields
}
func NewUserRegisterService ¶
func NewUserRegisterService(ctx context.Context) *UserRegisterService
func (*UserRegisterService) UserRegister ¶
func (s *UserRegisterService) UserRegister(req *user.RegisterRequest) (int64, string, error)
Click to show internal directories.
Click to hide internal directories.