Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { // Write writes a descriptor and blob into the store Write(ctx context.Context, ref string, descriptor ocispec.Descriptor, blob []byte) error // Push takes a config, a manifest, and a set of layer descriptors and pushes it to the remote // fetching the blobs to push requires knowledge of the backing store, which is why this method is on the Store Push(ctx context.Context, resolver remotes.Resolver, ref string, image *image.Descriptor) (*digest.Digest, error) }
Click to show internal directories.
Click to hide internal directories.