logic

package
v0.0.0-...-9365a73 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2022 License: BSD-2-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CartListLogic

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

func NewCartListLogic

func NewCartListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CartListLogic

func (*CartListLogic) CartList

func (l *CartListLogic) CartList(req *types.CartListRequest) (resp *types.CartListResponse, err error)

type CategoryListLogic

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

func NewCategoryListLogic

func NewCategoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CategoryListLogic

func (*CategoryListLogic) CategoryList

func (l *CategoryListLogic) CategoryList(req *types.CategoryListRequest) (resp *types.CategoryListResponse, err error)

type FlashSaleLogic

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

func NewFlashSaleLogic

func NewFlashSaleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FlashSaleLogic

func (*FlashSaleLogic) FlashSale

func (l *FlashSaleLogic) FlashSale() (resp *types.FlashSaleResponse, err error)

type HomeBannerLogic

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

func NewHomeBannerLogic

func NewHomeBannerLogic(ctx context.Context, svcCtx *svc.ServiceContext) *HomeBannerLogic

func (*HomeBannerLogic) HomeBanner

func (l *HomeBannerLogic) HomeBanner() (resp *types.HomeBannerResponse, err error)

type OrderListLogic

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

func NewOrderListLogic

func NewOrderListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderListLogic

func (*OrderListLogic) OrderList

func (l *OrderListLogic) OrderList(req *types.OrderListRequest) (resp *types.OrderListResponse, err error)

type ProductCommentLogic

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

func NewProductCommentLogic

func NewProductCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductCommentLogic

func (*ProductCommentLogic) ProductComment

type ProductDetailLogic

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

func NewProductDetailLogic

func NewProductDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductDetailLogic

func (*ProductDetailLogic) ProductDetail

func (l *ProductDetailLogic) ProductDetail(req *types.ProductDetailRequest) (resp *types.ProductDetailResponse, err error)

type RecommendLogic

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

func NewRecommendLogic

func NewRecommendLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RecommendLogic

func (*RecommendLogic) Recommend

func (l *RecommendLogic) Recommend(req *types.RecommendRequest) (resp *types.RecommendResponse, err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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