Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CartService ¶
type CartServiceImpl ¶
type CartServiceImpl struct { CheckoutRuleFile string // contains filtered or unexported fields }
func NewCartServiceImpl ¶
func NewCartServiceImpl(stockService service.StockService, repo repository.CartRepository, checkoutRuleFile string) *CartServiceImpl
Click to show internal directories.
Click to hide internal directories.