Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { // ListTag handles the list tag request ListTag(c echo.Context) error // GetTag handles the get tag request GetTag(c echo.Context) error // DeleteTag handles the delete tag request DeleteTag(c echo.Context) error }
Handler is the interface for the tag handlers
Click to show internal directories.
Click to hide internal directories.