sequential is a policy that selects hosts based on sequential ordering.
| 60 | |
| 61 | // sequential is a policy that selects hosts based on sequential ordering. |
| 62 | type sequential struct{} |
| 63 | |
| 64 | func (r *sequential) String() string { return "sequential" } |
| 65 |
nothing calls this directly
no outgoing calls
no test coverage detected