Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CartListLogic ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func NewProductCommentLogic ¶
func NewProductCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductCommentLogic
func (*ProductCommentLogic) ProductComment ¶
func (l *ProductCommentLogic) ProductComment(req *types.ProductCommentRequest) (resp *types.ProductCommentResponse, err error)
type ProductDetailLogic ¶
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 ¶
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)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.