| 194 | reports map[balancer.SubConn]*v3orcapb.OrcaLoadReport |
| 195 | } |
| 196 | type orcaPicker struct { |
| 197 | childPicker balancer.Picker |
| 198 | oobState *oobState |
| 199 | } |
| 200 | |
| 201 | func (p *orcaPicker) Pick(info balancer.PickInfo) (balancer.PickResult, error) { |
| 202 | res, err := p.childPicker.Pick(info) |
nothing calls this directly
no outgoing calls
no test coverage detected