EnumerateBlobMeta calls fn for each blob known to the indexer (which may be a subset of all total blobs, since the indexer is typically configured to not see non-metadata blobs). The blobs may be sent in any order. If the context finishes, the return error is ctx.Err(). If the provided function ret
(context.Context, func(camtypes.BlobMeta) bool)
| 152 | // If the provided function returns false, iteration ends with a nil |
| 153 | // return value. |
| 154 | EnumerateBlobMeta(context.Context, func(camtypes.BlobMeta) bool) error |
| 155 | } |
no outgoing calls