(context.Context, ocispec.Descriptor, images.Store)
| 99 | // including an index with multiple image references. |
| 100 | type ImageStorer interface { |
| 101 | Store(context.Context, ocispec.Descriptor, images.Store) ([]images.Image, error) |
| 102 | } |
| 103 | |
| 104 | // ImageGetter is type which returns an image from an image store |
no outgoing calls