self

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2024 License: AGPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessTreeLogic

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

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

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

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

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

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

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

func NewAreaApplyCreateLogic

func NewAreaApplyCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AreaApplyCreateLogic

func (*AreaApplyCreateLogic) AreaApplyCreate

func (l *AreaApplyCreateLogic) AreaApplyCreate(req *types.UserAreaApplyCreateReq) error

type AreaIndexLogic

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

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

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

func NewCancelLogic

func NewCancelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CancelLogic

func (*CancelLogic) Cancel

func (l *CancelLogic) Cancel() error

type CaptchaLogic

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

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

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

func NewChangePwdLogic

func NewChangePwdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChangePwdLogic

func (*ChangePwdLogic) ChangePwd

func (l *ChangePwdLogic) ChangePwd(req *types.UserChangePwdReq) error

type ForgetPwdLogic

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

func NewForgetPwdLogic

func NewForgetPwdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ForgetPwdLogic

func (*ForgetPwdLogic) ForgetPwd

func (l *ForgetPwdLogic) ForgetPwd(req *types.UserForgetPwdReq) 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.UserLoginReq) (resp *types.UserLoginResp, err error)
type MenuIndexLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewMenuIndexLogic

func NewMenuIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MenuIndexLogic
func (l *MenuIndexLogic) MenuIndex(req *types.UserMenuIndexReq) (resp *types.TenantAppMenuIndexResp, err error)

type MessageIndexLogic

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

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

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

func NewMessageMultiIsReadLogic

func NewMessageMultiIsReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MessageMultiIsReadLogic

func (*MessageMultiIsReadLogic) MessageMultiIsRead

func (l *MessageMultiIsReadLogic) MessageMultiIsRead(req *types.IDList) error

type MessageStatisticsLogic

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

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

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

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

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

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

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

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

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

func NewProfileUpdateLogic

func NewProfileUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProfileUpdateLogic

func (*ProfileUpdateLogic) ProfileUpdate

func (l *ProfileUpdateLogic) ProfileUpdate(req *types.UserProfile) error

type ProjectIndexLogic

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

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

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

func NewReadLogic

func NewReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ReadLogic

func (*ReadLogic) Read

func (l *ReadLogic) Read(req *types.UserSelfReadReq) (resp *types.UserInfo, err error)

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.UserRegisterReq) 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.UserInfo) error

type UserSearchLogic

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

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)

Jump to

Keyboard shortcuts

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