Documentation ¶
Index ¶
- type AccessTreeLogic
- type AppIndexLogic
- type AppReadLogic
- type AreaApplyCreateLogic
- type AreaIndexLogic
- type CancelLogic
- type CaptchaLogic
- type ChangePwdLogic
- type ForgetPwdLogic
- type LoginLogic
- type MenuIndexLogic
- type MessageIndexLogic
- type MessageMultiIsReadLogic
- type MessageStatisticsLogic
- type ModuleIndexLogic
- type ProfileIndexLogic
- type ProfileReadLogic
- type ProfileUpdateLogic
- type ProjectIndexLogic
- type ReadLogic
- type RegisterLogic
- type UpdateLogic
- type UserSearchLogic
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessTreeLogic ¶
func NewAccessTreeLogic ¶
func NewAccessTreeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AccessTreeLogic
func (*AccessTreeLogic) AccessTree ¶
func (l *AccessTreeLogic) AccessTree() (resp *types.AccessTreeResp, err error)
type AppIndexLogic ¶
func NewAppIndexLogic ¶
func NewAppIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AppIndexLogic
func (*AppIndexLogic) AppIndex ¶
func (l *AppIndexLogic) AppIndex() (resp *types.AppInfoIndexResp, err error)
type AppReadLogic ¶
func NewAppReadLogic ¶
func NewAppReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AppReadLogic
func (*AppReadLogic) AppRead ¶
func (l *AppReadLogic) AppRead(req *types.UserSelfAppReadReq) (resp *types.UserSelfAppReadResp, err error)
type AreaApplyCreateLogic ¶
func NewAreaApplyCreateLogic ¶
func NewAreaApplyCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AreaApplyCreateLogic
func (*AreaApplyCreateLogic) AreaApplyCreate ¶
func (l *AreaApplyCreateLogic) AreaApplyCreate(req *types.UserAreaApplyCreateReq) error
type AreaIndexLogic ¶
func NewAreaIndexLogic ¶
func NewAreaIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AreaIndexLogic
func (*AreaIndexLogic) AreaIndex ¶
func (l *AreaIndexLogic) AreaIndex() (resp *types.AreaInfoIndexResp, err error)
type CancelLogic ¶
func NewCancelLogic ¶
func NewCancelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CancelLogic
func (*CancelLogic) Cancel ¶
func (l *CancelLogic) Cancel() error
type CaptchaLogic ¶
func NewCaptchaLogic ¶
func NewCaptchaLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CaptchaLogic
func (*CaptchaLogic) Captcha ¶
func (l *CaptchaLogic) Captcha(req *types.UserCaptchaReq) (resp *types.UserCaptchaResp, err error)
type ChangePwdLogic ¶
func NewChangePwdLogic ¶
func NewChangePwdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChangePwdLogic
func (*ChangePwdLogic) ChangePwd ¶
func (l *ChangePwdLogic) ChangePwd(req *types.UserChangePwdReq) error
type ForgetPwdLogic ¶
func NewForgetPwdLogic ¶
func NewForgetPwdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ForgetPwdLogic
func (*ForgetPwdLogic) ForgetPwd ¶
func (l *ForgetPwdLogic) ForgetPwd(req *types.UserForgetPwdReq) error
type LoginLogic ¶
func NewLoginLogic ¶
func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic
func (*LoginLogic) Login ¶
func (l *LoginLogic) Login(req *types.UserLoginReq) (resp *types.UserLoginResp, err error)
type MenuIndexLogic ¶
func NewMenuIndexLogic ¶
func NewMenuIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MenuIndexLogic
func (*MenuIndexLogic) MenuIndex ¶
func (l *MenuIndexLogic) MenuIndex(req *types.UserMenuIndexReq) (resp *types.TenantAppMenuIndexResp, err error)
type MessageIndexLogic ¶
func NewMessageIndexLogic ¶
func NewMessageIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MessageIndexLogic
func (*MessageIndexLogic) MessageIndex ¶
func (l *MessageIndexLogic) MessageIndex(req *types.UserMessageIndexReq) (resp *types.UserMessageIndexResp, err error)
type MessageMultiIsReadLogic ¶
func NewMessageMultiIsReadLogic ¶
func NewMessageMultiIsReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MessageMultiIsReadLogic
func (*MessageMultiIsReadLogic) MessageMultiIsRead ¶
func (l *MessageMultiIsReadLogic) MessageMultiIsRead(req *types.IDList) error
type MessageStatisticsLogic ¶
func NewMessageStatisticsLogic ¶
func NewMessageStatisticsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MessageStatisticsLogic
func (*MessageStatisticsLogic) MessageStatistics ¶
func (l *MessageStatisticsLogic) MessageStatistics() (resp *types.UserMessageStatisticsResp, err error)
type ModuleIndexLogic ¶
func NewModuleIndexLogic ¶
func NewModuleIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ModuleIndexLogic
func (*ModuleIndexLogic) ModuleIndex ¶
func (l *ModuleIndexLogic) ModuleIndex() (resp *types.ModuleInfoIndexResp, err error)
type ProfileIndexLogic ¶
func NewProfileIndexLogic ¶
func NewProfileIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProfileIndexLogic
func (*ProfileIndexLogic) ProfileIndex ¶
func (l *ProfileIndexLogic) ProfileIndex(req *types.UserProfileIndexReq) (resp *types.UserProfileIndexResp, err error)
type ProfileReadLogic ¶
func NewProfileReadLogic ¶
func NewProfileReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProfileReadLogic
func (*ProfileReadLogic) ProfileRead ¶
func (l *ProfileReadLogic) ProfileRead(req *types.UserProfileReadReq) (resp *types.UserProfileReadResp, err error)
type ProfileUpdateLogic ¶
func NewProfileUpdateLogic ¶
func NewProfileUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProfileUpdateLogic
func (*ProfileUpdateLogic) ProfileUpdate ¶
func (l *ProfileUpdateLogic) ProfileUpdate(req *types.UserProfile) error
type ProjectIndexLogic ¶
func NewProjectIndexLogic ¶
func NewProjectIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProjectIndexLogic
func (*ProjectIndexLogic) ProjectIndex ¶
func (l *ProjectIndexLogic) ProjectIndex() (resp *types.ProjectInfoIndexResp, err error)
type ReadLogic ¶
func NewReadLogic ¶
func NewReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ReadLogic
type RegisterLogic ¶
func NewRegisterLogic ¶
func NewRegisterLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RegisterLogic
func (*RegisterLogic) Register ¶
func (l *RegisterLogic) Register(req *types.UserRegisterReq) error
type UpdateLogic ¶
func NewUpdateLogic ¶
func NewUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateLogic
type UserSearchLogic ¶
func NewUserSearchLogic ¶
func NewUserSearchLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserSearchLogic
func (*UserSearchLogic) UserSearch ¶
func (l *UserSearchLogic) UserSearch(req *types.UserSearchReq) (resp *types.UserSearchResp, err error)
Source Files ¶
- accessTreeLogic.go
- appIndexLogic.go
- appReadLogic.go
- areaApplyCreateLogic.go
- areaIndexLogic.go
- cancelLogic.go
- captchaLogic.go
- changePwdLogic.go
- forgetPwdLogic.go
- loginLogic.go
- menuIndexLogic.go
- messageIndexLogic.go
- messageMultiIsReadLogic.go
- messageStatisticsLogic.go
- moduleIndexLogic.go
- profileIndexLogic.go
- profileReadLogic.go
- profileUpdateLogic.go
- projectIndexLogic.go
- readLogic.go
- registerLogic.go
- updateLogic.go
- userSearchLogic.go
Click to show internal directories.
Click to hide internal directories.