Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotFound ¶
IsNotFound returns true if the error is a not found error
Types ¶
type Store ¶
type Store interface { Remove(listRef reference.Reference) error Get(listRef reference.Reference, manifest reference.Reference) (types.ImageManifest, error) GetList(listRef reference.Reference) ([]types.ImageManifest, error) Save(listRef reference.Reference, manifest reference.Reference, image types.ImageManifest) error }
Store manages local storage of image distribution manifests
Click to show internal directories.
Click to hide internal directories.