user

package
v0.1.0-beta Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2021 License: GPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MD5V

func MD5V(str []byte) string

Types

type ChangePassword

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

func NewChangePassword

func NewChangePassword(ctx context.Context, svcCtx *svc.ServiceContext) ChangePassword

func (*ChangePassword) ChangePassword

func (l *ChangePassword) ChangePassword(req types.ChangePasswordReq) (*types.Response, error)

type DeleteUser

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

func NewDeleteUser

func NewDeleteUser(ctx context.Context, svcCtx *svc.ServiceContext) DeleteUser

func (*DeleteUser) DeleteUser

func (l *DeleteUser) DeleteUser(req types.GetByIdReq) (*types.Response, error)

type GetUserInfo

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

func NewGetUserInfo

func NewGetUserInfo(ctx context.Context, svcCtx *svc.ServiceContext) GetUserInfo

func (*GetUserInfo) GetUserInfo

func (l *GetUserInfo) GetUserInfo() (*types.Response, error)

type GetUserList

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

func NewGetUserList

func NewGetUserList(ctx context.Context, svcCtx *svc.ServiceContext) GetUserList

func (*GetUserList) GetUserList

func (l *GetUserList) GetUserList(req types.PageReq) (*types.Response, error)

type SetUserAuthorities

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

func NewSetUserAuthorities

func NewSetUserAuthorities(ctx context.Context, svcCtx *svc.ServiceContext) SetUserAuthorities

func (*SetUserAuthorities) SetUserAuthorities

func (l *SetUserAuthorities) SetUserAuthorities(req types.SetUserAuthoritiesReq) (*types.Response, error)

type SetUserAuthority

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

func NewSetUserAuthority

func NewSetUserAuthority(ctx context.Context, svcCtx *svc.ServiceContext) SetUserAuthority

func (*SetUserAuthority) SetUserAuthority

func (l *SetUserAuthority) SetUserAuthority(req types.SetUserAuthReq) (*types.Response, error)

type SetUserInfo

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

func NewSetUserInfo

func NewSetUserInfo(ctx context.Context, svcCtx *svc.ServiceContext) SetUserInfo

func (*SetUserInfo) SetUserInfo

func (l *SetUserInfo) SetUserInfo(req types.SysUserReq) (*types.Response, error)

type UserRegister

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

func NewUserRegister

func NewUserRegister(ctx context.Context, svcCtx *svc.ServiceContext) UserRegister

func (*UserRegister) UserRegister

func (l *UserRegister) UserRegister(req types.RegisterReq) (*types.Response, error)

Jump to

Keyboard shortcuts

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