(hasher hashid.Encoder)
| 360 | } |
| 361 | |
| 362 | func (t *DBTask) Summarize(hasher hashid.Encoder) *Summary { |
| 363 | return &Summary{} |
| 364 | } |
| 365 | |
| 366 | func (t *DBTask) ResumeAfter(next time.Duration) { |
| 367 | t.mu.Lock() |
nothing calls this directly
no outgoing calls
no test coverage detected