MCPcopy
hub / github.com/grpc/grpc-go / lbBuilder

Struct lbBuilder

balancer/grpclb/grpclb.go:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127type lbBuilder struct {
128 fallbackTimeout time.Duration
129}
130
131func (b *lbBuilder) Name() string {
132 return grpclbName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected