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

Method Name

balancer/balancer.go:227–227  ·  view source on GitHub ↗

Name returns the name of balancers built by this builder. It will be used to pick balancers (for example in service config).

()

Source from the content-addressed store, hash-verified

225 // Name returns the name of balancers built by this builder.
226 // It will be used to pick balancers (for example in service config).
227 Name() string
228}
229
230// ConfigParser parses load balancer configs.

Calls

no outgoing calls