MCPcopy
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.
35type Engine interface {
36 HAConfig() (*seesaw.HAConfig, error)
37 HAState(spb.HaState) error
38 HAUpdate(seesaw.HAStatus) (bool, error)
39}

Callers 2

checkConfigMethod · 0.65
configFunction · 0.65

Implementers 3

EngineClientha/engine_client.go
DummyEngineha/engine_client.go
SeesawEngineengine/ipc.go

Calls

no outgoing calls

Tested by

no test coverage detected