TenantIndex returns lists of all metas given a tenant
(ctx context.Context, tenantID string)
| 76 | BlockMeta(ctx context.Context, blockID uuid.UUID, tenantID string) (*BlockMeta, error) |
| 77 | // TenantIndex returns lists of all metas given a tenant |
| 78 | TenantIndex(ctx context.Context, tenantID string) (*TenantIndex, error) |
| 79 | // Find executes f for each object in the backend that matches the keypath. |
| 80 | Find(ctx context.Context, keypath KeyPath, f FindFunc) error |
| 81 | // HasNoCompactFlag returns true if the block has the nocompact flag set |
no outgoing calls