handler

package
v0.0.0-...-6746b86 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2019 License: MIT Imports: 4 Imported by: 0

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) GetTotal

func (bh *BasketHandler) GetTotal(c echo.Context) error

func (*BasketHandler) RemoveProduct

func (bh *BasketHandler) RemoveProduct(c echo.Context) error

type HealthHandler

type HealthHandler struct{}

func (*HealthHandler) Health

func (hh *HealthHandler) Health(c echo.Context) error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL