Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateHistoryLogic ¶
func NewCreateHistoryLogic ¶
func NewCreateHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateHistoryLogic
func (*CreateHistoryLogic) CreateHistory ¶
func (l *CreateHistoryLogic) CreateHistory(in *user.CreateHistoryRequest) (*user.CreateHistoryResponse, error)
type CreatePointRecordLogic ¶
func NewCreatePointRecordLogic ¶
func NewCreatePointRecordLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreatePointRecordLogic
func (*CreatePointRecordLogic) CreatePointRecord ¶
func (l *CreatePointRecordLogic) CreatePointRecord(in *user.CreatePointRecordRequest) (*user.CreatePointRecordResponse, error)
type DeleteLogic ¶
func NewDeleteLogic ¶
func NewDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteLogic
func (*DeleteLogic) Delete ¶
func (l *DeleteLogic) Delete(in *user.DeleteRequest) (*user.DeleteResponse, error)
type GetInfoByMobileLogic ¶
func NewGetInfoByMobileLogic ¶
func NewGetInfoByMobileLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetInfoByMobileLogic
func (*GetInfoByMobileLogic) GetInfoByMobile ¶
func (l *GetInfoByMobileLogic) GetInfoByMobile(in *user.GetInfoByMobileRequest) (*user.GetInfoByMobileResponse, error)
type GetInfoByOpenIDLogic ¶
func NewGetInfoByOpenIDLogic ¶
func NewGetInfoByOpenIDLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetInfoByOpenIDLogic
func (*GetInfoByOpenIDLogic) GetInfoByOpenID ¶
func (l *GetInfoByOpenIDLogic) GetInfoByOpenID(in *user.GetInfoByOpenIDRequest) (*user.GetInfoByOpenIDResponse, error)
type GetUserInfoLogic ¶
func NewGetUserInfoLogic ¶
func NewGetUserInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserInfoLogic
func (*GetUserInfoLogic) GetUserInfo ¶
func (l *GetUserInfoLogic) GetUserInfo(in *user.GetUserInfoRequest) (*user.GetUserInfoResponse, error)
type RegisterLogic ¶
func NewRegisterLogic ¶
func NewRegisterLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RegisterLogic
func (*RegisterLogic) Register ¶
func (l *RegisterLogic) Register(in *user.RegisterRequest) (*user.RegisterResponse, error)
type UpdateLogic ¶
func NewUpdateLogic ¶
func NewUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateLogic
func (*UpdateLogic) Update ¶
func (l *UpdateLogic) Update(in *user.UpdateRequest) (*user.UpdateResponse, error)
type UpdateMobileLogic ¶
func NewUpdateMobileLogic ¶
func NewUpdateMobileLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateMobileLogic
func (*UpdateMobileLogic) UpdateMobile ¶
func (l *UpdateMobileLogic) UpdateMobile(in *user.UpdateMobileRequest) (*user.UpdateMobileResponse, error)
type UpdatePwdLogic ¶
func NewUpdatePwdLogic ¶
func NewUpdatePwdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdatePwdLogic
func (*UpdatePwdLogic) UpdatePwd ¶
func (l *UpdatePwdLogic) UpdatePwd(in *user.UpdatePwdRequest) (*user.UpdatePwdResponse, error)
Click to show internal directories.
Click to hide internal directories.