List implements backend.RawReader
(ctx context.Context, keypath backend.KeyPath)
| 66 | |
| 67 | // List implements backend.RawReader |
| 68 | func (r *readerWriter) List(ctx context.Context, keypath backend.KeyPath) ([]string, error) { |
| 69 | return r.nextReader.List(ctx, keypath) |
| 70 | } |
| 71 | |
| 72 | func (r *readerWriter) ListBlocks(ctx context.Context, tenant string) (blockIDs []uuid.UUID, compactedBlockIDs []uuid.UUID, err error) { |
| 73 | return r.nextReader.ListBlocks(ctx, tenant) |