Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cart ¶
type Cart struct {
// contains filtered or unexported fields
}
func NewCart ¶
func NewCart(cartRepo contract.CartRepository) *Cart
func (*Cart) AddProductIntoCart ¶
func (*Cart) CreateCart ¶
func (*Cart) ListProductsInCart ¶
type Category ¶
type Category struct {
// contains filtered or unexported fields
}
func NewCategory ¶
func NewCategory(categoryRepo contract.CategoryRepository) *Category
func (*Category) ListAllCategories ¶
Click to show internal directories.
Click to hide internal directories.