Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasketHandler ¶
type BasketHandler struct {
// contains filtered or unexported fields
}
func NewBasketHandler ¶
func NewBasketHandler(s *service.BasketService) *BasketHandler
func (*BasketHandler) AddProduct ¶
func (bh *BasketHandler) AddProduct(c echo.Context) error
func (*BasketHandler) CreateBasket ¶
func (bh *BasketHandler) CreateBasket(c echo.Context) error
func (*BasketHandler) GetAllProducts ¶
func (bh *BasketHandler) GetAllProducts(c echo.Context) error
func (*BasketHandler) RemoveProduct ¶
func (bh *BasketHandler) RemoveProduct(c echo.Context) error
type HealthHandler ¶
type HealthHandler struct{}
type ProductHandler ¶
type ProductHandler struct {
// contains filtered or unexported fields
}
func NewProductHandler ¶
func NewProductHandler(s *service.ProductService) *ProductHandler
func (*ProductHandler) ListAllProducts ¶
func (ph *ProductHandler) ListAllProducts(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.