type google.golang.org/grpc/balancer.NewSubConnOptions
9 uses
google.golang.org/grpc/balancer (current package)
balancer.go#L110: type NewSubConnOptions struct {
balancer.go#L142: NewSubConn([]resolver.Address, NewSubConnOptions) (SubConn, error)
google.golang.org/grpc/balancer/base
balancer.go#L107: sc, err := b.cc.NewSubConn([]resolver.Address{a}, balancer.NewSubConnOptions{HealthCheckEnabled: b.config.HealthCheck})
google.golang.org/grpc/balancer/grpclb
grpclb_remote_balancer.go#L100: opts := balancer.NewSubConnOptions{}
grpclb_util.go#L123: func (ccc *lbCacheClientConn) NewSubConn(addrs []resolver.Address, opts balancer.NewSubConnOptions) (balancer.SubConn, error) {
google.golang.org/grpc
balancer_conn_wrappers.go#L131: func (ccb *ccBalancerWrapper) NewSubConn(addrs []resolver.Address, opts balancer.NewSubConnOptions) (balancer.SubConn, error) {
clientconn.go#L718: func (cc *ClientConn) newAddrConn(addrs []resolver.Address, opts balancer.NewSubConnOptions) (*addrConn, error) {
clientconn.go#L1045: scopts balancer.NewSubConnOptions
pickfirst.go#L72: b.sc, err = b.cc.NewSubConn(cs.ResolverState.Addresses, balancer.NewSubConnOptions{})
 |
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. |