Info will return metadata about content available in the content store. If the content is not present, ErrNotFound will be returned.
(ctx context.Context, dgst digest.Digest)
| 120 | // |
| 121 | // If the content is not present, ErrNotFound will be returned. |
| 122 | Info(ctx context.Context, dgst digest.Digest) (Info, error) |
| 123 | } |
| 124 | |
| 125 | // Manager provides methods for inspecting, listing and removing content. |
no outgoing calls