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

Struct stateRecordingBalancerBuilder

clientconn_test.go:969–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

967}
968
969type stateRecordingBalancerBuilder struct {
970 mu sync.Mutex
971 notifier chan connectivity.State // The notifier used in the last Balancer.
972}
973
974func newStateRecordingBalancerBuilder() *stateRecordingBalancerBuilder {
975 return &stateRecordingBalancerBuilder{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected