ReaderAt only requires desc.Digest to be set. Other fields in the descriptor may be used internally for resolving the location of the actual data.
(ctx context.Context, desc ocispec.Descriptor)
| 58 | // Other fields in the descriptor may be used internally for resolving |
| 59 | // the location of the actual data. |
| 60 | ReaderAt(ctx context.Context, desc ocispec.Descriptor) (ReaderAt, error) |
| 61 | } |
| 62 | |
| 63 | // Ingester writes content |
no outgoing calls