ProtocolName of the GroupBalancer
()
| 24 | type GroupBalancer interface { |
| 25 | // ProtocolName of the GroupBalancer |
| 26 | ProtocolName() string |
| 27 | |
| 28 | // UserData provides the GroupBalancer an opportunity to embed custom |
| 29 | // UserData into the metadata. |
no outgoing calls