(ctx context.Context)
| 267 | } |
| 268 | |
| 269 | func (t *DBTask) Cleanup(ctx context.Context) error { |
| 270 | return nil |
| 271 | } |
| 272 | |
| 273 | func (t *DBTask) CorrelationID() uuid.UUID { |
| 274 | t.mu.Lock() |
nothing calls this directly
no outgoing calls
no test coverage detected