google.golang.org/grpc/balancer/grpclb.lbPicker.subConns (field)

6 uses

	google.golang.org/grpc/balancer/grpclb (current package)
		grpclb_picker.go#L149: 	subConns       []balancer.SubConn // The subConns that were READY when taking the snapshot.
		grpclb_picker.go#L158: 		subConns:     readySCs,
		grpclb_picker.go#L179: 	if len(p.subConns) <= 0 {
		grpclb_picker.go#L184: 	sc := p.subConns[p.subConnsNext]
		grpclb_picker.go#L185: 	p.subConnsNext = (p.subConnsNext + 1) % len(p.subConns)
		grpclb_picker.go#L200: 	p.subConns = readySCs