exporter

package
v1.1.10 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Attestation

type Attestation = result.Attestation[cache.ImmutableRef]

type Config

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

func NewConfig

func NewConfig() *Config

func NewConfigWithCompression

func NewConfigWithCompression(comp compression.Config) *Config

func (*Config) Compression

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

type DescriptorReference

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

type Exporter

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

type ExporterInstance

type ExporterInstance interface {
	Name() string
	Config() *Config
	Export(ctx context.Context, src *Source, 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