random is a policy that implements random upstream selection.
| 15 | |
| 16 | // random is a policy that implements random upstream selection. |
| 17 | type random struct{} |
| 18 | |
| 19 | func (r *random) String() string { return "random" } |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected