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

Struct EngineClient

ha/engine_client.go:43–45  ·  view source on GitHub ↗

EngineClient implements the Engine interface. It connects to the Seesaw Engine UNIX domain socket specified by Socket.

Source from the content-addressed store, hash-verified

41// EngineClient implements the Engine interface. It connects to the Seesaw
42// Engine UNIX domain socket specified by Socket.
43type EngineClient struct {
44 Socket string
45}
46
47// HAConfig requests the HAConfig from the Seesaw Engine.
48func (e *EngineClient) HAConfig() (*seesaw.HAConfig, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected