Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateBalanceLogic ¶
func NewCreateBalanceLogic ¶
func NewCreateBalanceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateBalanceLogic
func (*CreateBalanceLogic) CreateBalance ¶
func (l *CreateBalanceLogic) CreateBalance(in *balance.CreateBalanceRequest) (*balance.CreateBalanceResponse, error)
type GetUserBalanceDetailLogic ¶
func NewGetUserBalanceDetailLogic ¶
func NewGetUserBalanceDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserBalanceDetailLogic
func (*GetUserBalanceDetailLogic) GetUserBalanceDetail ¶
func (l *GetUserBalanceDetailLogic) GetUserBalanceDetail(in *balance.GetUserBalanceDetailRequest) (*balance.GetUserBalanceDetailResponse, error)
type GetUserBalanceLogsLogic ¶
func NewGetUserBalanceLogsLogic ¶
func NewGetUserBalanceLogsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserBalanceLogsLogic
func (*GetUserBalanceLogsLogic) GetUserBalanceLogs ¶
func (l *GetUserBalanceLogsLogic) GetUserBalanceLogs(in *balance.GetUserBalanceLogsRequest) (*balance.GetUserBalanceLogsResponse, error)
type IsPasswordFreeEnabledByUserIdLogic ¶
type IsPasswordFreeEnabledByUserIdLogic struct { logx.Logger // contains filtered or unexported fields }
func NewIsPasswordFreeEnabledByUserIdLogic ¶
func NewIsPasswordFreeEnabledByUserIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *IsPasswordFreeEnabledByUserIdLogic
func (*IsPasswordFreeEnabledByUserIdLogic) IsPasswordFreeEnabledByUserId ¶
func (l *IsPasswordFreeEnabledByUserIdLogic) IsPasswordFreeEnabledByUserId(in *balance.IsPasswordFreeEnabledByUserIdRequest) (*balance.IsPasswordFreeEnabledByUserIdResponse, error)
type UpdateBalanceLogic ¶
func NewUpdateBalanceLogic ¶
func NewUpdateBalanceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateBalanceLogic
func (*UpdateBalanceLogic) UpdateBalance ¶
func (l *UpdateBalanceLogic) UpdateBalance(in *balance.UpdateBalanceRequest) (*balance.UpdateBalanceResponse, error)
type UpdateBalancePwdByUserIdLogic ¶
func NewUpdateBalancePwdByUserIdLogic ¶
func NewUpdateBalancePwdByUserIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateBalancePwdByUserIdLogic
func (*UpdateBalancePwdByUserIdLogic) UpdateBalancePwdByUserId ¶
func (l *UpdateBalancePwdByUserIdLogic) UpdateBalancePwdByUserId(in *balance.UpdateBalancePwdByUserIdRequest) (*balance.UpdateBalancePwdByUserIdResponse, error)
Click to show internal directories.
Click to hide internal directories.