| 288 | } |
| 289 | |
| 290 | type Done struct { |
| 291 | WaitForExit bool |
| 292 | ErrorType fatalerror.ErrorType |
| 293 | Meta DoneMetadata |
| 294 | } |
| 295 | |
| 296 | type DoneFail struct { |
| 297 | ErrorType fatalerror.ErrorType |
nothing calls this directly
no outgoing calls
no test coverage detected