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

Struct lbCachePicker

balancer/grpclb/grpclb_util.go:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162type lbCachePicker struct {
163 balancer.Picker
164}
165
166func (cp *lbCachePicker) Pick(i balancer.PickInfo) (balancer.PickResult, error) {
167 res, err := cp.Picker.Pick(i)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected