logic

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddUserAssetLogic

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

func NewAddUserAssetLogic

func NewAddUserAssetLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddUserAssetLogic

func (*AddUserAssetLogic) AddUserAsset

func (l *AddUserAssetLogic) AddUserAsset(in *types.AddUserAssetReq) (resp *types.Empty, err error)

type GetCaptchaLogic

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

func NewGetCaptchaLogic

func NewGetCaptchaLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCaptchaLogic

func (*GetCaptchaLogic) GetCaptcha

func (l *GetCaptchaLogic) GetCaptcha() (resp *types.GetCaptchaResp, err error)

type GetUserAssetListLogic

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

func NewGetUserAssetListLogic

func NewGetUserAssetListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserAssetListLogic

func (*GetUserAssetListLogic) GetUserAssetList

func (l *GetUserAssetListLogic) GetUserAssetList() (resp *types.GetUserAssetListResp, 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 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.Empty, err error)

type ValidateTokenLogic

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

func NewValidateTokenLogic

func NewValidateTokenLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ValidateTokenLogic

func (*ValidateTokenLogic) ValidateToken

func (l *ValidateTokenLogic) ValidateToken(req *types.ValidateTokenReq) (resp *types.ValidateTokenResp, err error)

Jump to

Keyboard shortcuts

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