Blocks returns the blockIDs, compactedBlockIDs and an error from the backend.
(ctx context.Context, tenantID string)
| 72 | Tenants(ctx context.Context) ([]string, error) |
| 73 | // Blocks returns the blockIDs, compactedBlockIDs and an error from the backend. |
| 74 | Blocks(ctx context.Context, tenantID string) (blockIDs []uuid.UUID, compactedBlockIDs []uuid.UUID, err error) |
| 75 | // BlockMeta returns the blockmeta given a block and tenant id |
| 76 | BlockMeta(ctx context.Context, blockID uuid.UUID, tenantID string) (*BlockMeta, error) |
| 77 | // TenantIndex returns lists of all metas given a tenant |
no outgoing calls