MCPcopy
hub / github.com/grpc/grpc-go / orcaPicker

Struct orcaPicker

interop/orcalb.go:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected