(output chan<- *Data)
| 11 | type dummyInput struct{} |
| 12 | |
| 13 | func (d *dummyInput) Run(output chan<- *Data) error { |
| 14 | return nil |
| 15 | } |
| 16 | func (d *dummyInput) Stats() InputStats { |
| 17 | return InputStats{} |
| 18 | } |
nothing calls this directly
no outgoing calls
no test coverage detected