MCPcopy
hub / github.com/google/seesaw / DummyEngine

Struct DummyEngine

ha/engine_client.go:103–105  ·  view source on GitHub ↗

DummyEngine implements the Engine interface for testing purposes.

Source from the content-addressed store, hash-verified

101
102// DummyEngine implements the Engine interface for testing purposes.
103type DummyEngine struct {
104 Config *seesaw.HAConfig
105}
106
107// HAConfig returns the HAConfig for a DummyEngine.
108func (e *DummyEngine) HAConfig() (*seesaw.HAConfig, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected