Delete removes the content from the store.
(ctx context.Context, dgst digest.Digest)
| 140 | |
| 141 | // Delete removes the content from the store. |
| 142 | Delete(ctx context.Context, dgst digest.Digest) error |
| 143 | } |
| 144 | |
| 145 | // Writer handles writing of content into a content store |
no outgoing calls