Documentation
¶
Overview ¶
Package registry provides options for remote OCI registry config and caching.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphTargeter ¶
type GraphTargeter interface {
GraphTarget(ctx context.Context, reference string) (oras.GraphTarget, error)
}
GraphTargeter provides a method for building an oras.GraphTarget.
type ReadOnlyGraphTargeter ¶
type ReadOnlyGraphTargeter interface {
ReadOnlyGraphTarget(ctx context.Context, reference string) (oras.ReadOnlyGraphTarget, error)
}
ReadOnlyGraphTargeter provides a method for building an oras.GraphTarget.
Click to show internal directories.
Click to hide internal directories.