publicuser

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginByEmailLogic

type LoginByEmailLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type LoginBySmsLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type LoginLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewLoginLogic

func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic

func (*LoginLogic) Login

func (l *LoginLogic) Login(req *types.LoginReq) (resp *types.LoginResp, err error)

type RegisterByEmailLogic

type RegisterByEmailLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type RegisterBySmsLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type RegisterLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type ResetPasswordByEmailLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type ResetPasswordBySmsLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL