()
| 1208 | } |
| 1209 | |
| 1210 | func (eb *errorBundle) Error() string { return "error bundle" } |
| 1211 | |
| 1212 | func (eb *errorBundle) ErrorsByID() map[int64]error { return eb.errorsByID } |
| 1213 | func (eb *errorBundle) Jobs() []*rivertype.JobRow { return eb.jobs } |
no outgoing calls
no test coverage detected