Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllLogic ¶
func NewAllLogic ¶
func NewAllLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AllLogic
type ChangeRoleLogic ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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)
Click to show internal directories.
Click to hide internal directories.