google.golang.org/grpc/balancer/base.baseBalancer.subConns (field)
8 uses
google.golang.org/grpc/balancer/base (current package)
balancer.go#L44: subConns: make(map[resolver.Address]balancer.SubConn),
balancer.go#L67: subConns map[resolver.Address]balancer.SubConn
balancer.go#L78: if len(b.subConns) == 0 {
balancer.go#L105: if _, ok := b.subConns[a]; !ok {
balancer.go#L112: b.subConns[a] = sc
balancer.go#L117: for a, sc := range b.subConns {
balancer.go#L121: delete(b.subConns, a)
balancer.go#L163: for addr, sc := range b.subConns {
![]() |
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. |