type google.golang.org/grpc/balancer/base.baseBalancer
8 uses
google.golang.org/grpc/balancer/base (current package)
balancer.go#L40: bal := &baseBalancer{
balancer.go#L60: type baseBalancer struct {
balancer.go#L76: func (b *baseBalancer) ResolverError(err error) {
balancer.go#L94: func (b *baseBalancer) UpdateClientConnState(s balancer.ClientConnState) error {
balancer.go#L139: func (b *baseBalancer) mergeErrors() error {
balancer.go#L155: func (b *baseBalancer) regeneratePicker() {
balancer.go#L171: func (b *baseBalancer) UpdateSubConnState(sc balancer.SubConn, state balancer.SubConnState) {
balancer.go#L218: func (b *baseBalancer) Close() {
![]() |
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. |