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

Struct picker

balancer/pickfirst/pickfirst.go:852–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850}
851
852type picker struct {
853 result balancer.PickResult
854 err error
855}
856
857func (p *picker) Pick(balancer.PickInfo) (balancer.PickResult, error) {
858 return p.result, p.err

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected