Algorithm indicates the used load balancing algorithm.
| 18 | |
| 19 | // Algorithm indicates the used load balancing algorithm. |
| 20 | type Algorithm int |
| 21 | |
| 22 | const ( |
| 23 | // None is the default non-specified algorithm. |
nothing calls this directly
no outgoing calls
no test coverage detected