package store

import "github.com/docker/cli/cli/manifest/store"

Index

Functions

func IsNotFound

func IsNotFound(err error) bool

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

func NewStore(root string) Store

NewStore returns a new store for a local file path

Source Files

store.go

Version
v20.10.18+incompatible
Published
Sep 8, 2022
Platform
js/wasm
Imports
12 packages
Last checked
4 hours ago

Tools for package owners.