Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchCreateUsersLogic ¶
func NewBatchCreateUsersLogic ¶
func NewBatchCreateUsersLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BatchCreateUsersLogic
func (*BatchCreateUsersLogic) BatchCreateUsers ¶
func (l *BatchCreateUsersLogic) BatchCreateUsers(in *pb.BatchCreateUserReq) (*pb.IDsResp, error)
type BatchDeleteUserLogic ¶
func NewBatchDeleteUserLogic ¶
func NewBatchDeleteUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BatchDeleteUserLogic
func (*BatchDeleteUserLogic) BatchDeleteUser ¶
type ChangePasswordLogic ¶
func NewChangePasswordLogic ¶
func NewChangePasswordLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChangePasswordLogic
func (*ChangePasswordLogic) ChangePassword ¶
func (l *ChangePasswordLogic) ChangePassword(in *pb.ChangePasswdReq) (*pb.BaseResp, error)
type CreateUserLogic ¶
func NewCreateUserLogic ¶
func NewCreateUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateUserLogic
func (*CreateUserLogic) CreateUser ¶
func (l *CreateUserLogic) CreateUser(in *pb.CreateUserReq) (*pb.BaseResp, error)
TODO: 小程序注册
type DeleteUserLogic ¶
func NewDeleteUserLogic ¶
func NewDeleteUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteUserLogic
func (*DeleteUserLogic) DeleteUser ¶
type GetUserListLogic ¶
func NewGetUserListLogic ¶
func NewGetUserListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserListLogic
func (*GetUserListLogic) GetUserList ¶
func (l *GetUserListLogic) GetUserList(in *pb.PageInfoReq) (*pb.UserListResp, error)
type GetUserLogic ¶
func NewGetUserLogic ¶
func NewGetUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserLogic
func (*GetUserLogic) GetUser ¶
func (l *GetUserLogic) GetUser(in *pb.IDReq) (*pb.UserInfoResp, error)
type LoginLogic ¶
func NewLoginLogic ¶
func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic
type UpdateProfileLogic ¶
func NewUpdateProfileLogic ¶
func NewUpdateProfileLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateProfileLogic
func (*UpdateProfileLogic) UpdateProfile ¶
func (l *UpdateProfileLogic) UpdateProfile(in *pb.UpdateProfileReq) (*pb.BaseResp, error)
type UpdateUserStatusLogic ¶
func NewUpdateUserStatusLogic ¶
func NewUpdateUserStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateUserStatusLogic
func (*UpdateUserStatusLogic) UpdateUserStatus ¶
func (l *UpdateUserStatusLogic) UpdateUserStatus(in *pb.StatusCodeReq) (*pb.BaseResp, error)
Click to show internal directories.
Click to hide internal directories.