import "google.golang.org/grpc/balancer/rls"
Package rls implements the RLS LB policy.
balancer.go cache.go child_policy.go config.go control_channel.go picker.go
const ( // Name is the name of the RLS LB policy. // // It currently has an experimental suffix which would be removed once // end-to-end testing of the policy is completed. Name = internal.RLSLoadBalancingPolicyName )