logic

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2023 License: GPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetUserDetailLogic added in v1.0.6

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

func NewGetUserDetailLogic added in v1.0.6

func NewGetUserDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserDetailLogic

func (*GetUserDetailLogic) GetUserDetail added in v1.0.6

func (l *GetUserDetailLogic) GetUserDetail(in *pb.GetUserDetailReq) (*pb.GetUserDetailResp, error)

type GetUserLogic

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

func NewGetUserLogic

func NewGetUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserLogic

func (*GetUserLogic) GetUser

func (l *GetUserLogic) GetUser(in *pb.GetUserReq) (*pb.GetUserResp, error)

type SearchUserLogic added in v1.0.4

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

func NewSearchUserLogic added in v1.0.4

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

func (*SearchUserLogic) SearchUser added in v1.0.4

func (l *SearchUserLogic) SearchUser(in *pb.SearchUserReq) (*pb.SearchUserResp, error)

type UpdateUserLogic

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

func NewUpdateUserLogic

func NewUpdateUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateUserLogic

func (*UpdateUserLogic) UpdateUser

func (l *UpdateUserLogic) UpdateUser(in *pb.UpdateUserReq) (*pb.UpdateUserResp, error)

Jump to

Keyboard shortcuts

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