Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddItemService ¶
type AddItemService struct { // contains filtered or unexported fields } // NewAddItemService new AddItemService
func NewAddItemService ¶
func NewAddItemService(ctx context.Context) *AddItemService
func (*AddItemService) Run ¶
func (s *AddItemService) Run(req *cart.AddItemReq) (resp *cart.AddItemResp, err error)
Run create note info
type EmptyCartService ¶
type EmptyCartService struct { // contains filtered or unexported fields } // NewEmptyCartService new EmptyCartService
func NewEmptyCartService ¶
func NewEmptyCartService(ctx context.Context) *EmptyCartService
func (*EmptyCartService) Run ¶
func (s *EmptyCartService) Run(req *cart.EmptyCartReq) (resp *cart.EmptyCartResp, err error)
Run create note info
type GetCartService ¶
type GetCartService struct { // contains filtered or unexported fields } // NewGetCartService new GetCartService
func NewGetCartService ¶
func NewGetCartService(ctx context.Context) *GetCartService
func (*GetCartService) Run ¶
func (s *GetCartService) Run(req *cart.GetCartReq) (resp *cart.GetCartResp, err error)
Run create note info
Click to show internal directories.
Click to hide internal directories.