type google.golang.org/grpc/balancer.Builder
11 uses
google.golang.org/grpc/balancer (current package)
balancer.go#L40: m = make(map[string]Builder)
balancer.go#L52: func Register(b Builder) {
balancer.go#L71: func Get(name string) Builder {
balancer.go#L184: type Builder interface {
google.golang.org/grpc/balancer/base
base.go#L65: func NewBalancerBuilder(name string, pb PickerBuilder, config Config) balancer.Builder {
google.golang.org/grpc/balancer/grpclb
grpclb.go#L105: func newLBBuilder() balancer.Builder {
grpclb.go#L115: func newLBBuilderWithFallbackTimeout(fallbackTimeout time.Duration) balancer.Builder {
google.golang.org/grpc/balancer/roundrobin
roundrobin.go#L39: func newBuilder() balancer.Builder {
google.golang.org/grpc
balancer_conn_wrappers.go#L53: func newCCBalancerWrapper(cc *ClientConn, b balancer.Builder, bopts balancer.BuildOptions) *ccBalancerWrapper {
dialoptions.go#L60: balancerBuilder balancer.Builder
pickfirst.go#L32: func newPickfirstBuilder() balancer.Builder {
![]() |
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. |