import "google.golang.org/grpc/balancer/roundrobin"
Package roundrobin defines a roundrobin balancer. Roundrobin balancer is installed as one of the default balancers in gRPC, users don't need to explicitly install this balancer.
const Name = "round_robin"
Name is the name of round_robin balancer.
Package roundrobin imports 5 packages (graph) and is imported by 48 packages. Updated 2020-12-01. Refresh now. Tools for package owners.