user

package
v1.4.7 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2023 License: GPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetUserInfoLogic

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

func NewGetUserInfoLogic

func NewGetUserInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserInfoLogic

func (*GetUserInfoLogic) GetUserInfo

func (l *GetUserInfoLogic) GetUserInfo(*types.GetUserInfoReq) (resp *types.GetUserInfoResp, err error)

type SearchUserForAdminLogic added in v1.4.5

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

func NewSearchUserForAdminLogic added in v1.4.5

func NewSearchUserForAdminLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SearchUserForAdminLogic

func (*SearchUserForAdminLogic) SearchUserForAdmin added in v1.4.5

func (l *SearchUserForAdminLogic) SearchUserForAdmin(req *types.SearchUserForAdminReq) (resp *types.SearchUserForAdminResp, err error)

type SearchUserLogic added in v1.4.5

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

func NewSearchUserLogic added in v1.4.5

func NewSearchUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SearchUserLogic

func (*SearchUserLogic) SearchUser added in v1.4.5

func (l *SearchUserLogic) SearchUser(req *types.SearchUserReq) (resp *types.SearchUserResp, err error)

type UpdateUserInfoLogic

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

func NewUpdateUserInfoLogic

func NewUpdateUserInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateUserInfoLogic

func (*UpdateUserInfoLogic) UpdateUserInfo

func (l *UpdateUserInfoLogic) UpdateUserInfo(req *types.UpdateUserInfoReq) (resp *types.UpdateUserInfoResp, err error)

Jump to

Keyboard shortcuts

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