user

package
v0.0.0-...-83d3498 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllLogic

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

func NewAllLogic

func NewAllLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AllLogic

func (*AllLogic) All

func (l *AllLogic) All() (resp *types.UserAllResponse, err error)

type ChangeRoleLogic

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

func NewChangeRoleLogic

func NewChangeRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChangeRoleLogic

func (*ChangeRoleLogic) ChangeRole

func (l *ChangeRoleLogic) ChangeRole(req *types.UserChangeRoleRequest) (resp *types.HttpCommonResponse, err error)

type CreateLogic

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

func NewCreateLogic

func NewCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateLogic

func (*CreateLogic) Create

func (l *CreateLogic) Create(req *types.UserCreateRequest) (resp *types.HttpCommonResponse, err error)

type CurrentUserSetingLogic

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

func NewCurrentUserSetingLogic

func NewCurrentUserSetingLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CurrentUserSetingLogic

func (*CurrentUserSetingLogic) CurrentUserSeting

func (l *CurrentUserSetingLogic) CurrentUserSeting() (resp *types.CurrentUserSetResponse, err error)

type DeleteLogic

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

func NewDeleteLogic

func NewDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteLogic

func (*DeleteLogic) Delete

func (l *DeleteLogic) Delete(req *types.UserDeleteRequest) (resp *types.HttpCommonResponse, err error)

type DeleteSoftLogic

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

func NewDeleteSoftLogic

func NewDeleteSoftLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteSoftLogic

func (*DeleteSoftLogic) DeleteSoft

func (l *DeleteSoftLogic) DeleteSoft(req *types.UserDeleteSoftRequest) (resp *types.HttpCommonResponse, err error)

type DetailLogic

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

func NewDetailLogic

func NewDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DetailLogic

func (*DetailLogic) Detail

func (l *DetailLogic) Detail(req *types.UserDetailRequest) (resp *types.UserDetailResponse, 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.LoginRequest) (resp *types.LoginResponse, err error)

type PageLogic

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

func NewPageLogic

func NewPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PageLogic

func (*PageLogic) Page

func (l *PageLogic) Page(req *types.UserPageRequest) (resp *types.HttpCommonResponse, err error)

type PagingLogic

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

func NewPagingLogic

func NewPagingLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PagingLogic

func (*PagingLogic) Paging

func (l *PagingLogic) Paging(req *types.UserPagingRequest) (resp *types.UserPagingResponse, err error)

type UpdateLogic

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

func NewUpdateLogic

func NewUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateLogic

func (*UpdateLogic) Update

func (l *UpdateLogic) Update(req *types.UserUpdateRequest) (resp *types.HttpCommonResponse, err error)

type UpdateLoginPasswordLogic

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

func NewUpdateLoginPasswordLogic

func NewUpdateLoginPasswordLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateLoginPasswordLogic

func (*UpdateLoginPasswordLogic) UpdateLoginPassword

func (l *UpdateLoginPasswordLogic) UpdateLoginPassword(req *types.UpdateLoginPasswordRequest) (resp *types.HttpCommonResponse, err error)

type UpdatePasswordLogic

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

func NewUpdatePasswordLogic

func NewUpdatePasswordLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdatePasswordLogic

func (*UpdatePasswordLogic) UpdatePassword

func (l *UpdatePasswordLogic) UpdatePassword(req *types.UpdatePasswordRequest) (resp *types.HttpCommonResponse, err error)

type UpdateUserRoleLogic

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

func NewUpdateUserRoleLogic

func NewUpdateUserRoleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateUserRoleLogic

func (*UpdateUserRoleLogic) UpdateUserRole

func (l *UpdateUserRoleLogic) UpdateUserRole(req *types.UpdateUserRoleRequest) (resp *types.HttpCommonResponse, err error)

Jump to

Keyboard shortcuts

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