Base is a nop implementation of baker.Input useful to be embedded in tests and to redeclare one or more methods.
| 5 | // Base is a nop implementation of baker.Input useful to be embedded in tests |
| 6 | // and to redeclare one or more methods. |
| 7 | type Base struct{} |
| 8 | |
| 9 | func (Base) Run(_ chan<- *baker.Data) error { return nil } |
| 10 | func (Base) Stop() {} |
nothing calls this directly
no outgoing calls
no test coverage detected