Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangePasswordLogic ¶
func NewChangePasswordLogic ¶
func NewChangePasswordLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChangePasswordLogic
func (*ChangePasswordLogic) ChangePassword ¶
func (l *ChangePasswordLogic) ChangePassword(req *types.ChangePasswordReq) (resp *types.BaseMsgResp, err error)
type CreateUserLogic ¶ added in v0.2.4
func NewCreateUserLogic ¶ added in v0.2.4
func NewCreateUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateUserLogic
func (*CreateUserLogic) CreateUser ¶ added in v0.2.4
func (l *CreateUserLogic) CreateUser(req *types.UserInfo) (resp *types.BaseMsgResp, err error)
type DeleteUserLogic ¶
func NewDeleteUserLogic ¶
func NewDeleteUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteUserLogic
func (*DeleteUserLogic) DeleteUser ¶
func (l *DeleteUserLogic) DeleteUser(req *types.UUIDsReq) (resp *types.BaseMsgResp, err error)
type GetUserByIdLogic ¶ added in v0.2.4
func NewGetUserByIdLogic ¶ added in v0.2.4
func NewGetUserByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserByIdLogic
func (*GetUserByIdLogic) GetUserById ¶ added in v0.2.4
func (l *GetUserByIdLogic) GetUserById(req *types.UUIDReq) (resp *types.UserInfoResp, err error)
type GetUserInfoLogic ¶
func NewGetUserInfoLogic ¶
func NewGetUserInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserInfoLogic
func (*GetUserInfoLogic) GetUserInfo ¶
func (l *GetUserInfoLogic) GetUserInfo() (resp *types.UserBaseIDInfoResp, err error)
type GetUserListLogic ¶
func NewGetUserListLogic ¶
func NewGetUserListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserListLogic
func (*GetUserListLogic) GetUserList ¶
func (l *GetUserListLogic) GetUserList(req *types.UserListReq) (resp *types.UserListResp, err error)
type GetUserPermCodeLogic ¶
func NewGetUserPermCodeLogic ¶
func NewGetUserPermCodeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserPermCodeLogic
func (*GetUserPermCodeLogic) GetUserPermCode ¶
func (l *GetUserPermCodeLogic) GetUserPermCode() (resp *types.PermCodeResp, err error)
type GetUserProfileLogic ¶ added in v0.0.2
func NewGetUserProfileLogic ¶ added in v0.0.2
func NewGetUserProfileLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserProfileLogic
func (*GetUserProfileLogic) GetUserProfile ¶ added in v0.0.2
func (l *GetUserProfileLogic) GetUserProfile() (resp *types.ProfileResp, err error)
type LoginLogic ¶
func NewLoginLogic ¶
func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic
type LogoutLogic ¶ added in v0.1.1
func NewLogoutLogic ¶ added in v0.1.1
func NewLogoutLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LogoutLogic
func (*LogoutLogic) Logout ¶ added in v0.1.1
func (l *LogoutLogic) Logout() (resp *types.BaseMsgResp, err error)
type RegisterLogic ¶
func NewRegisterLogic ¶
func NewRegisterLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RegisterLogic
func (*RegisterLogic) Register ¶
func (l *RegisterLogic) Register(req *types.RegisterReq) (resp *types.BaseMsgResp, err error)
type UpdateUserLogic ¶ added in v0.2.4
func NewUpdateUserLogic ¶ added in v0.2.4
func NewUpdateUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateUserLogic
func (*UpdateUserLogic) UpdateUser ¶ added in v0.2.4
func (l *UpdateUserLogic) UpdateUser(req *types.UserInfo) (resp *types.BaseMsgResp, err error)
type UpdateUserProfileLogic ¶ added in v0.0.2
func NewUpdateUserProfileLogic ¶ added in v0.0.2
func NewUpdateUserProfileLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateUserProfileLogic
func (*UpdateUserProfileLogic) UpdateUserProfile ¶ added in v0.0.2
func (l *UpdateUserProfileLogic) UpdateUserProfile(req *types.ProfileInfo) (resp *types.BaseMsgResp, err error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.