Documentation ¶
Index ¶
- func AddCart(req *cart.CartRequest, ctx *svc.ServiceContext) (resp cart.CartResponse, err error)
- func EditCart(req *cart.CartRequest, ctx *svc.ServiceContext) (resp cart.CartResponse, err error)
- func GetCart(req *cart.CartRequest, ctx *svc.ServiceContext) (resp cart.CartResponse, err error)
- func GetCartList(req *cart.CartRequest, ctx *svc.ServiceContext) (resp cart.CartResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCart ¶
func AddCart(req *cart.CartRequest, ctx *svc.ServiceContext) (resp cart.CartResponse, err error)
AddCart 添加购物车信息
func EditCart ¶
func EditCart(req *cart.CartRequest, ctx *svc.ServiceContext) (resp cart.CartResponse, err error)
EditCart 编辑购物车信息
func GetCart ¶
func GetCart(req *cart.CartRequest, ctx *svc.ServiceContext) (resp cart.CartResponse, err error)
GetCart 获取购物车信息
func GetCartList ¶
func GetCartList(req *cart.CartRequest, ctx *svc.ServiceContext) (resp cart.CartResponse, err error)
GetCartList 获取所有购物车信息
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.