user

package
v0.0.0-...-5d74809 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EditUserLogic

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

func NewEditUserLogic

func NewEditUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *EditUserLogic

func (*EditUserLogic) EditUser

func (l *EditUserLogic) EditUser(req *types.EditUserReq) (resp *types.EditUserResp, err error)

type ReSetPasswordLogic

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

func NewReSetPasswordLogic

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

func (*ReSetPasswordLogic) ReSetPassword

func (l *ReSetPasswordLogic) ReSetPassword(req *types.ReSetPasswordReq) (resp *types.ReSetPasswordResp, err error)

type UserAddLogic

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

func NewUserAddLogic

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

func (*UserAddLogic) UserAdd

func (l *UserAddLogic) UserAdd(req *types.AddUserReq) (resp *types.AddUserResp, err error)

type UserDeleteLogic

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

func NewUserDeleteLogic

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

func (*UserDeleteLogic) UserDelete

func (l *UserDeleteLogic) UserDelete(req *types.DeleteUserReq) (resp *types.DeleteUserResp, err error)

type UserInfoLogic

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

func NewUserInfoLogic

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

func (*UserInfoLogic) UserInfo

func (l *UserInfoLogic) UserInfo(req *types.UserInfoReq) (resp *types.UserInfoResp, err error)

type UserListLogic

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

func NewUserListLogic

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

func (*UserListLogic) UserList

func (l *UserListLogic) UserList(req *types.ListUserReq) (resp *types.ListUserResp, err error)

type UserLoginLogic

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

func NewUserLoginLogic

func NewUserLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserLoginLogic

func (*UserLoginLogic) UserLogin

func (l *UserLoginLogic) UserLogin(req *types.LoginReq) (resp *types.LoginResp, err error)

type UserUpdateLogic

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

func NewUserUpdateLogic

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

func (*UserUpdateLogic) UserUpdate

func (l *UserUpdateLogic) UserUpdate(req *types.UpdateUserReq) (resp *types.UpdateUserResp, err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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