google.golang.org/grpc/balancer/grpclb.lbBalancer.subConns (field)
13 uses
google.golang.org/grpc/balancer/grpclb (current package)
grpclb.go#L143: subConns: make(map[resolver.Address]balancer.SubConn),
grpclb.go#L212: subConns map[resolver.Address]balancer.SubConn // Used to new/remove SubConn.
grpclb.go#L244: for _, sc := range lb.subConns {
grpclb.go#L250: if sc, ok := lb.subConns[a]; ok {
grpclb.go#L296: for _, sc := range lb.subConns {
grpclb_remote_balancer.go#L127: for a, sc := range lb.subConns {
grpclb_remote_balancer.go#L135: delete(lb.subConns, a)
grpclb_remote_balancer.go#L141: for _, sc = range lb.subConns {
grpclb_remote_balancer.go#L156: lb.subConns[backendAddrs[0]] = sc
grpclb_remote_balancer.go#L171: if _, ok := lb.subConns[addrWithoutMD]; !ok {
grpclb_remote_balancer.go#L178: lb.subConns[addrWithoutMD] = sc // Use the addr without MD as key for the map.
grpclb_remote_balancer.go#L188: for a, sc := range lb.subConns {
grpclb_remote_balancer.go#L192: delete(lb.subConns, a)
 |
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. |