| 142 | } |
| 143 | |
| 144 | type WeightedRoute struct { |
| 145 | Weight int64 |
| 146 | } |
| 147 | |
| 148 | func (f *WeightedRoute) String() string { |
| 149 | return KeyValues{"routing", "WEIGHTED", "weight", f.Weight}.String() |
nothing calls this directly
no outgoing calls
no test coverage detected