Documentation ¶
Index ¶
- type Memory
- func (m *Memory) Map() map[string]ocispec.Descriptor
- func (m *Memory) Resolve(_ context.Context, reference string) (ocispec.Descriptor, error)
- func (m *Memory) Tag(_ context.Context, desc ocispec.Descriptor, reference string) error
- func (m *Memory) TagSet(desc ocispec.Descriptor) set.Set[string]
- func (m *Memory) Untag(reference string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memory ¶
type Memory struct {
// contains filtered or unexported fields
}
Memory is a memory based resolver.
func (*Memory) Map ¶
func (m *Memory) Map() map[string]ocispec.Descriptor
Map dumps the memory into a built-in map structure. Like other operations, calling Map() is go-routine safe.
Click to show internal directories.
Click to hide internal directories.