| 130 | } |
| 131 | |
| 132 | type LatencyRoute struct { |
| 133 | Region string |
| 134 | } |
| 135 | |
| 136 | func (f *LatencyRoute) String() string { |
| 137 | return KeyValues{"routing", "LATENCY", "region", f.Region}.String() |
nothing calls this directly
no outgoing calls
no test coverage detected