Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryStore ¶
type MemoryStore struct {
// contains filtered or unexported fields
}
func NewMemoryStore ¶
func NewMemoryStore() *MemoryStore
func (*MemoryStore) Push ¶
func (s *MemoryStore) Push(ctx context.Context, resolver remotes.Resolver, ref string, image *image.Descriptor) (*digest.Digest, error)
func (*MemoryStore) Write ¶
func (s *MemoryStore) Write(ctx context.Context, ref string, descriptor ocispec.Descriptor, blob []byte) error
Click to show internal directories.
Click to hide internal directories.