Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { // GetHealthy handles the get healthy request GetHealthy(ctx echo.Context) error // ListTags handles the list tags request ListTags(ctx echo.Context) error // ListRepositories handles the list repositories request ListRepositories(ctx echo.Context) error }
Handler is the interface for the distribution handlers
Click to show internal directories.
Click to hide internal directories.