login

package
v0.0.0-...-d345bf7 Latest Latest
Warning

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

Go to latest
Published: May 24, 2023 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmailLoginLogic

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

func NewEmailLoginLogic

func NewEmailLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *EmailLoginLogic

func (*EmailLoginLogic) EmailLogin

func (l *EmailLoginLogic) EmailLogin(req *types.EmailLoginReq) (*types.EmailLoginResp, error)

通过邮箱号,密码进行登录, 返回JWT令牌

type QqloginLogic

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

func NewQqloginLogic

func NewQqloginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QqloginLogic

func (*QqloginLogic) Qqlogin

func (l *QqloginLogic) Qqlogin(req *types.QqLoginReq) (resp *types.QqLoginResp, 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) (*types.RegisterResp, error)

type SendEmailLogic

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

func NewSendEmailLogic

func NewSendEmailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SendEmailLogic

func (*SendEmailLogic) SendEmail

func (l *SendEmailLogic) SendEmail(req *types.SendEmailReq) (*types.SendEmailResp, error)

type WxloginLogic

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

func NewWxloginLogic

func NewWxloginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *WxloginLogic

func (*WxloginLogic) Wxlogin

func (l *WxloginLogic) Wxlogin(req *types.WxLoginReq) (*types.WxLoginResp, error)

Jump to

Keyboard shortcuts

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