Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { // GetManifest ... GetManifest(ctx echo.Context) error // HeadManifest ... HeadManifest(ctx echo.Context) error // PutManifest ... PutManifest(ctx echo.Context) error // DeleteManifest ... DeleteManifest(ctx echo.Context) error // GetReferrer ... GetReferrer(ctx echo.Context) error }
Handler is the interface for the distribution manifest handlers
Click to show internal directories.
Click to hide internal directories.