DummyEngine implements the Engine interface for testing purposes.
| 101 | |
| 102 | // DummyEngine implements the Engine interface for testing purposes. |
| 103 | type DummyEngine struct { |
| 104 | Config *seesaw.HAConfig |
| 105 | } |
| 106 | |
| 107 | // HAConfig returns the HAConfig for a DummyEngine. |
| 108 | func (e *DummyEngine) HAConfig() (*seesaw.HAConfig, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected