Name returns the name of balancers built by this builder. It will be used to pick balancers (for example in service config).
()
| 225 | // Name returns the name of balancers built by this builder. |
| 226 | // It will be used to pick balancers (for example in service config). |
| 227 | Name() string |
| 228 | } |
| 229 | |
| 230 | // ConfigParser parses load balancer configs. |
no outgoing calls