Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginByEmailLogic ¶
func NewLoginByEmailLogic ¶
func NewLoginByEmailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginByEmailLogic
func (*LoginByEmailLogic) LoginByEmail ¶
func (l *LoginByEmailLogic) LoginByEmail(req *types.LoginByEmailReq) (resp *types.LoginResp, err error)
type LoginBySmsLogic ¶
func NewLoginBySmsLogic ¶
func NewLoginBySmsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginBySmsLogic
func (*LoginBySmsLogic) LoginBySms ¶
func (l *LoginBySmsLogic) LoginBySms(req *types.LoginBySmsReq) (resp *types.LoginResp, err error)
type LoginLogic ¶
func NewLoginLogic ¶
func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic
type RegisterByEmailLogic ¶
func NewRegisterByEmailLogic ¶
func NewRegisterByEmailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RegisterByEmailLogic
func (*RegisterByEmailLogic) RegisterByEmail ¶
func (l *RegisterByEmailLogic) RegisterByEmail(req *types.RegisterByEmailReq) (resp *types.BaseMsgResp, err error)
type RegisterBySmsLogic ¶
func NewRegisterBySmsLogic ¶
func NewRegisterBySmsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RegisterBySmsLogic
func (*RegisterBySmsLogic) RegisterBySms ¶
func (l *RegisterBySmsLogic) RegisterBySms(req *types.RegisterBySmsReq) (resp *types.BaseMsgResp, err error)
type RegisterLogic ¶
func NewRegisterLogic ¶
func NewRegisterLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RegisterLogic
func (*RegisterLogic) Register ¶
func (l *RegisterLogic) Register(req *types.RegisterReq) (resp *types.BaseMsgResp, err error)
type ResetPasswordByEmailLogic ¶
func NewResetPasswordByEmailLogic ¶
func NewResetPasswordByEmailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ResetPasswordByEmailLogic
func (*ResetPasswordByEmailLogic) ResetPasswordByEmail ¶
func (l *ResetPasswordByEmailLogic) ResetPasswordByEmail(req *types.ResetPasswordByEmailReq) (resp *types.BaseMsgResp, err error)
type ResetPasswordBySmsLogic ¶
func NewResetPasswordBySmsLogic ¶
func NewResetPasswordBySmsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ResetPasswordBySmsLogic
func (*ResetPasswordBySmsLogic) ResetPasswordBySms ¶
func (l *ResetPasswordBySmsLogic) ResetPasswordBySms(req *types.ResetPasswordBySmsReq) (resp *types.BaseMsgResp, err error)
Click to show internal directories.
Click to hide internal directories.