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

Struct rpcBehaviorBB

interop/xds/custom_lb.go:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38const name = "test.RpcBehaviorLoadBalancer"
39
40type rpcBehaviorBB struct{}
41
42func (rpcBehaviorBB) Build(cc balancer.ClientConn, bOpts balancer.BuildOptions) balancer.Balancer {
43 b := &rpcBehaviorLB{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected