Walk will call fn for each item in the content store which match the provided filters. If no filters are given all items will be walked.
(ctx context.Context, fn WalkFunc, filters ...string)
| 137 | // match the provided filters. If no filters are given all |
| 138 | // items will be walked. |
| 139 | Walk(ctx context.Context, fn WalkFunc, filters ...string) error |
| 140 | |
| 141 | // Delete removes the content from the store. |
| 142 | Delete(ctx context.Context, dgst digest.Digest) error |
no outgoing calls