(call string, ctx *ipc.Context)
| 35 | } |
| 36 | |
| 37 | func (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. |
| 42 | func (s *SeesawECU) Failover(ctx *ipc.Context, reply *int) error { |
no outgoing calls
no test coverage detected