user

package
v0.0.0-...-3bc755c Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2021 License: GPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Code2SessionLogic

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

func NewCode2SessionLogic

func NewCode2SessionLogic(ctx context.Context, svcCtx *svc.ServiceContext) Code2SessionLogic

func (*Code2SessionLogic) Code2Session

func (l *Code2SessionLogic) Code2Session() (*types.LoginAppUser, 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) (*types.UserReply, error)

type PingLogic

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

func NewPingLogic

func NewPingLogic(ctx context.Context, svcCtx *svc.ServiceContext) PingLogic

func (*PingLogic) Ping

func (l *PingLogic) Ping() 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.UserReply, error)

type UserInfoLogic

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

func NewUserInfoLogic

func NewUserInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) UserInfoLogic

func (*UserInfoLogic) UserInfo

func (l *UserInfoLogic) UserInfo(req types.UserReq) (*types.UserReply, 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.LoginAppUser, error)

Jump to

Keyboard shortcuts

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