google.golang.org/grpc.ClientConn.applyServiceConfigAndBalancer (method)
5 uses
google.golang.org/grpc (current package)
clientconn.go#L580: cc.applyServiceConfigAndBalancer(cc.sc, addrs)
clientconn.go#L584: cc.applyServiceConfigAndBalancer(cc.dopts.defaultServiceConfig, addrs)
clientconn.go#L586: cc.applyServiceConfigAndBalancer(emptyServiceConfig, addrs)
clientconn.go#L623: cc.applyServiceConfigAndBalancer(sc, s.Addresses)
clientconn.go#L908: func (cc *ClientConn) applyServiceConfigAndBalancer(sc *ServiceConfig, addrs []resolver.Address) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |