userservicelogic

package
v0.0.0-...-27e0471 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginLogic

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

LoginLogic

Author: LiuFeiHua Date: 2023/12/18 14:08

func NewLoginLogic

func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic

func (*LoginLogic) Login

Login 根据用户名和密码登录

type ReSetPasswordLogic

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

ReSetPasswordLogic

Author: LiuFeiHua Date: 2023/12/18 14:12

func NewReSetPasswordLogic

func NewReSetPasswordLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ReSetPasswordLogic

func (*ReSetPasswordLogic) ReSetPassword

ReSetPassword 重置用户密码

type UpdateUserStatusLogic

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

UpdateUserStatusLogic

Author: LiuFeiHua Date: 2023/12/18 14:13

func NewUpdateUserStatusLogic

func NewUpdateUserStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateUserStatusLogic

func (*UpdateUserStatusLogic) UpdateUserStatus

UpdateUserStatus 更新用户状态

type UserAddLogic

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

UserAddLogic

Author: LiuFeiHua Date: 2023/12/18 14:13

func NewUserAddLogic

func NewUserAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserAddLogic

func (*UserAddLogic) UserAdd

UserAdd 新增用户

type UserDeleteLogic

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

UserDeleteLogic

Author: LiuFeiHua Date: 2023/12/18 14:20

func NewUserDeleteLogic

func NewUserDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserDeleteLogic

func (*UserDeleteLogic) UserDelete

UserDelete 删除用户(id为1是系统预留超级管理员用户,不能删除)

type UserInfoLogic

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

UserInfoLogic

Author: LiuFeiHua Date: 2023/12/18 14:30

func NewUserInfoLogic

func NewUserInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserInfoLogic

func (*UserInfoLogic) UserInfo

func (l *UserInfoLogic) UserInfo(in *sysclient.InfoReq) (*sysclient.InfoResp, error)

UserInfo 获取用户信息

type UserListLogic

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

UserListLogic

Author: LiuFeiHua Date: 2023/12/18 14:35

func NewUserListLogic

func NewUserListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserListLogic

func (*UserListLogic) UserList

UserList 查询用户列表信息

type UserUpdateLogic

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

UserUpdateLogic

Author: LiuFeiHua Date: 2023/12/18 14:37

func NewUserUpdateLogic

func NewUserUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserUpdateLogic

func (*UserUpdateLogic) UserUpdate

UserUpdate 更新用户(id为1是系统预留超级管理员用户,不能更新)

Jump to

Keyboard shortcuts

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