cart

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2025 License: Apache-2.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 CarItemClearLogic

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

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

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

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

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

func NewCarItemtListPromotionLogic

func NewCarItemtListPromotionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CarItemtListPromotionLogic

func (*CarItemtListPromotionLogic) CarItemtListPromotion

type CartItemAddLogic

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

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

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

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

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

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

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

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

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

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)

Jump to

Keyboard shortcuts

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