Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter interface { solver.CacheExporterTarget Finalize(ctx context.Context) error }
func NewExporter ¶
type Importer ¶
type Importer interface {
Resolve(ctx context.Context, desc ocispec.Descriptor, id string, w worker.Worker) (solver.CacheManager, error)
}
func NewImporter ¶
type ResolveCacheImporterFunc ¶
type ResolveCacheImporterFunc func(ctx context.Context, typ, ref string) (Importer, ocispec.Descriptor, error)
ResolveCacheImporterFunc returns importer and descriptor. Currently typ needs to be an empty string.
Click to show internal directories.
Click to hide internal directories.