Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginLogic ¶
func NewLoginLogic ¶
func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic
func (*LoginLogic) Login ¶
func (l *LoginLogic) Login(req *types.LoginRequest) (resp *types.LoginResponse, err error)
type RegisterLogic ¶
func NewRegisterLogic ¶
func NewRegisterLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RegisterLogic
func (*RegisterLogic) Register ¶
func (l *RegisterLogic) Register(req *types.RegisterRequest) (resp *types.RegisterResponse, err error)
type UserInfoLogic ¶
func NewUserInfoLogic ¶
func NewUserInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserInfoLogic
func (*UserInfoLogic) UserInfo ¶
func (l *UserInfoLogic) UserInfo() (resp *types.UserInfoResponse, err error)
Click to show internal directories.
Click to hide internal directories.