Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest interface { AddLayer(ctx context.Context, contentStore content.Store, layer ocispec.Descriptor) error Descriptor() ocispec.Descriptor }
Manifest The manifest that can be mutated.
func LoadManifest ¶
func LoadManifest(ctx context.Context, contentStore content.Store, desc ocispec.Descriptor) (Manifest, error)
LoadManifest Load a manifest in-memory for easy interaction.
Click to show internal directories.
Click to hide internal directories.