Get returns the entire blob identified by digest along with the descriptor.
(ctx context.Context, pathPrefix string, dgst digest.Digest)
| 142 | |
| 143 | // Get returns the entire blob identified by digest along with the descriptor. |
| 144 | Get(ctx context.Context, pathPrefix string, dgst digest.Digest) ([]byte, error) |
| 145 | |
| 146 | // Open provides an [io.ReadSeekCloser] to the blob identified by the provided |
| 147 | // descriptor. If the blob is not known to the service, an error is returned. |
no outgoing calls