exporter

package
v0.13.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2024 License: Apache-2.0 Imports: 6 Imported by: 371

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Attestation added in v0.11.0

type Attestation = result.Attestation[cache.ImmutableRef]

type Config added in v0.10.0

type Config struct {
	// contains filtered or unexported fields
}

func NewConfig added in v0.11.0

func NewConfig() *Config

func NewConfigWithCompression added in v0.11.0

func NewConfigWithCompression(comp compression.Config) *Config

func (*Config) Compression added in v0.10.0

func (c *Config) Compression() compression.Config

type DescriptorReference added in v0.11.0

type DescriptorReference interface {
	Release() error
	Descriptor() ocispecs.Descriptor
}

type Exporter

type Exporter interface {
	Resolve(context.Context, int, map[string]string) (ExporterInstance, error)
}

type ExporterInstance

type ExporterInstance interface {
	ID() int
	Name() string
	Config() *Config
	Export(ctx context.Context, src *Source, inlineCache exptypes.InlineCache, sessionID string) (map[string]string, DescriptorReference, error)
}

type Source

type Source = result.Result[cache.ImmutableRef]

Directories

Path Synopsis
util

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL