| 92 | } |
| 93 | |
| 94 | type FailoverRoute struct { |
| 95 | Failover string |
| 96 | } |
| 97 | |
| 98 | func (f *FailoverRoute) String() string { |
| 99 | return KeyValues{"routing", "FAILOVER", "failover", f.Failover}.String() |
nothing calls this directly
no outgoing calls
no test coverage detected