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