Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/seesaw
/ HAConfig
Method
HAConfig
ha/engine_client.go:36–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
// Engine represents an interface to a Seesaw Engine.
35
type
Engine
interface
{
36
HAConfig() (*seesaw.HAConfig, error)
37
HAState(spb.HaState) error
38
HAUpdate(seesaw.HAStatus) (bool, error)
39
}
Callers
2
checkConfig
Method · 0.65
config
Function · 0.65
Implementers
3
EngineClient
ha/engine_client.go
DummyEngine
ha/engine_client.go
SeesawEngine
engine/ipc.go
Calls
no outgoing calls
Tested by
no test coverage detected