Build returns a picker that will be used by gRPC to pick a SubConn.
(info PickerBuildInfo)
| 39 | type PickerBuilder interface { |
| 40 | // Build returns a picker that will be used by gRPC to pick a SubConn. |
| 41 | Build(info PickerBuildInfo) balancer.Picker |
| 42 | } |
| 43 | |
| 44 | // PickerBuildInfo contains information needed by the picker builder to |
no outgoing calls