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

Method ExitIdleOne

balancer/rls/picker.go:48–48  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

46// exitIdler wraps the only method on the BalancerGroup that the picker calls.
47type exitIdler interface {
48 ExitIdleOne(id string)
49}
50
51// rlsPicker selects the subConn to be used for a particular RPC. It does not

Implementers 1

BalancerGroupinternal/balancergroup/balancergroup.g

Calls

no outgoing calls