()
| 42 | } |
| 43 | |
| 44 | func (d *DeletionError) Error() string { |
| 45 | return errors.Wrapf(d.err, "failed to delete file %q", d.filename).Error() |
| 46 | } |
| 47 | |
| 48 | // RetrieveResults copies results from a sonobuoy run into a Reader in tar format. |
| 49 | // It also returns a channel of errors, where any errors encountered when writing results |
no outgoing calls