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

Method trace

ecu/control.go:37–39  ·  view source on GitHub ↗
(call string, ctx *ipc.Context)

Source from the content-addressed store, hash-verified

35}
36
37func (s *SeesawECU) trace(call string, ctx *ipc.Context) {
38 log.V(2).Infof("SeesawECU.%s called by %v", call, ctx)
39}
40
41// Failover requests the Seesaw Engine to relinquish master state.
42func (s *SeesawECU) Failover(ctx *ipc.Context, reply *int) error {

Callers 13

FailoverMethod · 0.95
ClusterStatusMethod · 0.95
HAStatusMethod · 0.95
ConfigStatusMethod · 0.95
ConfigReloadMethod · 0.95
ConfigSourceMethod · 0.95
BGPNeighborsMethod · 0.95
VLANsMethod · 0.95
VserversMethod · 0.95
BackendsMethod · 0.95
OverrideBackendMethod · 0.95
OverrideDestinationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected