| 38 | const name = "test.RpcBehaviorLoadBalancer" |
| 39 | |
| 40 | type rpcBehaviorBB struct{} |
| 41 | |
| 42 | func (rpcBehaviorBB) Build(cc balancer.ClientConn, bOpts balancer.BuildOptions) balancer.Balancer { |
| 43 | b := &rpcBehaviorLB{ |
nothing calls this directly
no outgoing calls
no test coverage detected