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

Struct bb

balancer/weightedtarget/weightedtarget.go:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type bb struct{}
52
53func (bb) Build(cc balancer.ClientConn, bOpts balancer.BuildOptions) balancer.Balancer {
54 b := &weightedTargetBalancer{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected