| 75 | } |
| 76 | |
| 77 | type weightedTargetBalancer struct { |
| 78 | logger *grpclog.PrefixLogger |
| 79 | |
| 80 | bg *balancergroup.BalancerGroup |
| 81 | stateAggregator *weightedaggregator.Aggregator |
| 82 | |
| 83 | targets map[string]Target |
| 84 | } |
| 85 | |
| 86 | type localityKeyType string |
| 87 |
nothing calls this directly
no outgoing calls
no test coverage detected