package store
import "github.com/docker/cli/cli/manifest/store"
Index ¶
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
func NewStore ¶
NewStore returns a new store for a local file path
Source Files ¶
- Version
- v23.0.10+incompatible
- Published
- Jan 25, 2024
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 6 hours ago –
Tools for package owners.