Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CarItemClearLogic ¶
func NewCarItemClearLogic ¶
func NewCarItemClearLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CarItemClearLogic
func (*CarItemClearLogic) CarItemClear ¶
func (l *CarItemClearLogic) CarItemClear() (resp *types.CartItemClearResp, err error)
type CarItemListLogic ¶
CarItemListLogic
Author: LiuFeiHua Date: 2023/11/30 16:36
func NewCarItemListLogic ¶
func NewCarItemListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CarItemListLogic
func (*CarItemListLogic) CarItemList ¶
func (l *CarItemListLogic) CarItemList() (resp *types.CartItemListResp, err error)
CarItemList 获取某个会员的购物车列表
type CarItemtListPromotionLogic ¶
func NewCarItemtListPromotionLogic ¶
func NewCarItemtListPromotionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CarItemtListPromotionLogic
func (*CarItemtListPromotionLogic) CarItemtListPromotion ¶
func (l *CarItemtListPromotionLogic) CarItemtListPromotion(req *types.CarItemListPromotionReq) (resp *types.CarItemtListPromotionResp, err error)
type CartItemAddLogic ¶
func NewCartItemAddLogic ¶
func NewCartItemAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CartItemAddLogic
func (*CartItemAddLogic) CartItemAdd ¶
func (l *CartItemAddLogic) CartItemAdd(req *types.CartItemAddReq) (resp *types.CartItemAddResp, err error)
type CartItemDeleteLogic ¶
func NewCartItemDeleteLogic ¶
func NewCartItemDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CartItemDeleteLogic
func (*CartItemDeleteLogic) CartItemDelete ¶
func (l *CartItemDeleteLogic) CartItemDelete(req *types.CartItemDeleteReq) (resp *types.CartItemDeleteResp, err error)
type CartProductLogic ¶
func NewCartProductLogic ¶
func NewCartProductLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CartProductLogic
func (*CartProductLogic) CartProduct ¶
func (l *CartProductLogic) CartProduct(req *types.CartProductReq) (resp *types.CartProductResp, err error)
type CartUpdateAttrLogic ¶
func NewCartUpdateAttrLogic ¶
func NewCartUpdateAttrLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CartUpdateAttrLogic
func (*CartUpdateAttrLogic) CartUpdateAttr ¶
func (l *CartUpdateAttrLogic) CartUpdateAttr(req *types.CartItemUpdateAttrReq) (resp *types.CartItemUpdateResp, err error)
type CartUpdateQuantityLogic ¶
func NewCartUpdateQuantityLogic ¶
func NewCartUpdateQuantityLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CartUpdateQuantityLogic
func (*CartUpdateQuantityLogic) CartUpdateQuantity ¶
func (l *CartUpdateQuantityLogic) CartUpdateQuantity(req *types.CartItemUpdateQuantityReq) (resp *types.CartItemUpdateResp, err error)
Click to show internal directories.
Click to hide internal directories.