Documentation
¶
Index ¶
- type Handler
- func (h *Handler) Authenticate(c echo.Context) error
- func (h *Handler) CreateGroceryList(c echo.Context) error
- func (h *Handler) GetGroceryList(c echo.Context) error
- func (h *Handler) Index(c echo.Context) error
- func (h *Handler) SetUp(c echo.Context) error
- func (h *Handler) UpdateGroceryList(c echo.Context) error
- type Message
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct{}
func (*Handler) Authenticate ¶
func (*Handler) CreateGroceryList ¶
func (*Handler) GetGroceryList ¶
func (*Handler) UpdateGroceryList ¶
Click to show internal directories.
Click to hide internal directories.