user

package
v0.0.0-...-c55c97e Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangePasswordLogic

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

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

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

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

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) (*types.LoginResp, error)

type QuerySelfInfoLogic

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

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

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

func NewQueryUserDetailLogic

func NewQueryUserDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryUserDetailLogic

func (*QueryUserDetailLogic) QueryUserDetail

type QueryUserListLogic

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

func NewQueryUserListLogic

func NewQueryUserListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryUserListLogic

func (*QueryUserListLogic) QueryUserList

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.RegisterResp, err error)

type ResetPasswordLogic

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

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

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

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

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

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

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

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)

Jump to

Keyboard shortcuts

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