Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotFound
deprecated
IsNotFound returns true if the error is a not found error
Deprecated: use errdefs.IsNotFound. This function will be removed in the next release.
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.