logic

package
v0.0.0-...-d345bf7 Latest Latest
Warning

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

Go to latest
Published: May 24, 2023 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteItemLogic

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

func NewDeleteItemLogic

func NewDeleteItemLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteItemLogic

func (*DeleteItemLogic) DeleteItem

func (l *DeleteItemLogic) DeleteItem(in *pb.DeleteItemReq) (*pb.DeleteItemResp, error)

type GetRecommendByItemLogic

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

func NewGetRecommendByItemLogic

func NewGetRecommendByItemLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRecommendByItemLogic

func (*GetRecommendByItemLogic) GetRecommendByItem

type GetRecommendByUserIdLogic

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

func NewGetRecommendByUserIdLogic

func NewGetRecommendByUserIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRecommendByUserIdLogic

func (*GetRecommendByUserIdLogic) GetRecommendByUserId

type InsertFeedBackLogic

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

func NewInsertFeedBackLogic

func NewInsertFeedBackLogic(ctx context.Context, svcCtx *svc.ServiceContext) *InsertFeedBackLogic

func (*InsertFeedBackLogic) InsertFeedBack

type InsertItemLogic

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

func NewInsertItemLogic

func NewInsertItemLogic(ctx context.Context, svcCtx *svc.ServiceContext) *InsertItemLogic

func (*InsertItemLogic) InsertItem

func (l *InsertItemLogic) InsertItem(in *pb.InsertItemReq) (*pb.InsertItemResp, error)

type UpdateItemLogic

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

func NewUpdateItemLogic

func NewUpdateItemLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateItemLogic

func (*UpdateItemLogic) UpdateItem

func (l *UpdateItemLogic) UpdateItem(in *pb.UpdateItemReq) (*pb.UpdateItemResp, error)

Jump to

Keyboard shortcuts

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