Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddUserAssetLogic ¶
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 ¶
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 ¶
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 ¶
func NewLoginLogic ¶
func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic
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.Empty, err error)
type ValidateTokenLogic ¶
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)
Click to show internal directories.
Click to hide internal directories.