| 124 | } |
| 125 | |
| 126 | type localCompleteBlockOp struct { |
| 127 | tenantID string |
| 128 | block *LocalBlock |
| 129 | at time.Time |
| 130 | attempts int |
| 131 | } |
| 132 | |
| 133 | var _ flushqueues.Op = (*localCompleteBlockOp)(nil) |
| 134 |
nothing calls this directly
no outgoing calls
no test coverage detected