Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangePasswordLogic ¶
func NewChangePasswordLogic ¶
func NewChangePasswordLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChangePasswordLogic
func (*ChangePasswordLogic) ChangePassword ¶
func (l *ChangePasswordLogic) ChangePassword(req *types.ChangePasswordReq) (resp *types.ChangePasswordResp, err error)
type DeleteUserLogic ¶
func NewDeleteUserLogic ¶
func NewDeleteUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteUserLogic
func (*DeleteUserLogic) DeleteUser ¶
func (l *DeleteUserLogic) DeleteUser(req *types.DeleteUserReq) (resp *types.DeleteUserResp, err error)
type LoginLogic ¶
func NewLoginLogic ¶
func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic
type QuerySelfInfoLogic ¶
func NewQuerySelfInfoLogic ¶
func NewQuerySelfInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QuerySelfInfoLogic
func (*QuerySelfInfoLogic) QuerySelfInfo ¶
func (l *QuerySelfInfoLogic) QuerySelfInfo(req *types.QuerySelfInfoReq) (resp *types.QuerySelfInfoResp, err error)
type QueryUserDetailLogic ¶
func NewQueryUserDetailLogic ¶
func NewQueryUserDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryUserDetailLogic
func (*QueryUserDetailLogic) QueryUserDetail ¶
func (l *QueryUserDetailLogic) QueryUserDetail(req *types.QueryUserDetailReq) (*types.QueryUserDetailResp, error)
type QueryUserListLogic ¶
func NewQueryUserListLogic ¶
func NewQueryUserListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryUserListLogic
func (*QueryUserListLogic) QueryUserList ¶
func (l *QueryUserListLogic) QueryUserList(req *types.QueryUserListReq) (*types.QueryUserListResp, error)
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.RegisterResp, err error)
type ResetPasswordLogic ¶
func NewResetPasswordLogic ¶
func NewResetPasswordLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ResetPasswordLogic
func (*ResetPasswordLogic) ResetPassword ¶
func (l *ResetPasswordLogic) ResetPassword(req *types.ResetPasswordReq) (resp *types.ResetPasswordResp, err error)
type SetSelfInfoLogic ¶
func NewSetSelfInfoLogic ¶
func NewSetSelfInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SetSelfInfoLogic
func (*SetSelfInfoLogic) SetSelfInfo ¶
func (l *SetSelfInfoLogic) SetSelfInfo(req *types.SetSelfInfoReq) (resp *types.SetSelfInfoResp, err error)
type SetUserInfoLogic ¶
func NewSetUserInfoLogic ¶
func NewSetUserInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SetUserInfoLogic
func (*SetUserInfoLogic) SetUserInfo ¶
func (l *SetUserInfoLogic) SetUserInfo(req *types.SetUserInfoReq) (resp *types.SetUserInfoResp, err error)
type SetUserRoleLogic ¶
func NewSetUserRoleLogic ¶
func NewSetUserRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SetUserRoleLogic
func (*SetUserRoleLogic) SetUserRole ¶
func (l *SetUserRoleLogic) SetUserRole(req *types.SetUserRoleReq) (resp *types.SetUserRoleResp, err error)
Click to show internal directories.
Click to hide internal directories.