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

Method trace

engine/ipc.go:69–71  ·  view source on GitHub ↗
(call string, ctx *ipc.Context)

Source from the content-addressed store, hash-verified

67}
68
69func (s *SeesawEngine) trace(call string, ctx *ipc.Context) {
70 log.V(2).Infof("SeesawEngine.%s called by %v", call, ctx)
71}
72
73// Failover requests the Seesaw Engine to relinquish master state.
74func (s *SeesawEngine) Failover(ctx *ipc.Context, reply *int) error {

Callers 15

FailoverMethod · 0.95
HAConfigMethod · 0.95
HAUpdateMethod · 0.95
HAStateMethod · 0.95
HAStatusMethod · 0.95
HealthchecksMethod · 0.95
HealthStateMethod · 0.95
ClusterStatusMethod · 0.95
ConfigStatusMethod · 0.95
ConfigReloadMethod · 0.95
ConfigSourceMethod · 0.95
BGPNeighborsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected