EnumerateBobs sends at most limit SizedBlobRef into dest, sorted, as long as they are lexigraphically greater than after (if provided). limit will be supplied and sanity checked by caller. EnumerateBlobs must close the channel. (even if limit was hit and more blobs remain, or an error is returned,
(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int)
| 83 | // was hit and more blobs remain, or an error is returned, or |
| 84 | // the ctx is canceled) |
| 85 | EnumerateBlobs(ctx context.Context, |
| 86 | dest chan<- blob.SizedRef, |
| 87 | after string, |
| 88 | limit int) error |
no outgoing calls