Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 Changes in this version + type Attestation = result.Attestation[cache.ImmutableRef] + type Config struct + func NewConfig() *Config + func NewConfigWithCompression(comp compression.Config) *Config + func (c *Config) Compression() compression.Config + type DescriptorReference interface + Descriptor func() ocispecs.Descriptor + Release func() error + type Exporter interface + Resolve func(context.Context, int, map[string]string) (ExporterInstance, error) + type ExporterInstance interface + Config func() *Config + Export func(ctx context.Context, src *Source, inlineCache exptypes.InlineCache, ...) (map[string]string, DescriptorReference, error) + ID func() int + Name func() string + type Source = result.Result[cache.ImmutableRef]