Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface {
Get(listRef *referenceutil.ImageReference, manifestRef *referenceutil.ImageReference) (*manifesttypes.DockerManifestEntry, error)
// GetList returns all the local manifests for a index or manifest list
GetList(listRef *referenceutil.ImageReference) ([]*manifesttypes.DockerManifestEntry, error)
// Save saves a manifest as part of a index or local manifest list
Save(listRef, manifestRef *referenceutil.ImageReference, manifest *manifesttypes.DockerManifestEntry) error
// Remove removes a index or local manifest list
Remove(listRef *referenceutil.ImageReference) error
}
Click to show internal directories.
Click to hide internal directories.