package pickfirstleaf

Import Path
	google.golang.org/grpc/balancer/pickfirst/pickfirstleaf (on go.dev)

Dependency Relation
	imports 17 packages, and imported by 2 packages

Involved Source Files Package pickfirstleaf contains the pick_first load balancing policy which will be the universal leaf policy after dualstack changes are implemented. # Experimental Notice: This package is EXPERIMENTAL and may be changed or removed in a later release.
Package-Level Functions (only one)
EnableHealthListener updates the state to configure pickfirst for using a generic health listener.
Package-Level Variables (only one)
Name is the name of the pick_first_leaf balancer. It is changed to "pick_first" in init() if this balancer is to be registered as the default pickfirst.