()
| 67 | type completeBlockLifecycle interface { |
| 68 | start(ctx context.Context) |
| 69 | stop() |
| 70 | onCompletedBlock(ctx context.Context, tenantID string, block *LocalBlock) error |
| 71 | onReloadedBlock(ctx context.Context, tenantID string, block *LocalBlock) error |
| 72 | shouldDeleteCompleteBlock(block *LocalBlock, cutoff time.Time) bool |
no outgoing calls