package pickfirst

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

Dependency Relation
	imports 14 packages, and imported by one package

Involved Source Files Package pickfirst contains the pick_first load balancing policy.
Package-Level Type Names (only one)
/* sort by: | */
Shuffler is an interface for shuffling an address list. ( Shuffler) ShuffleAddressListForTesting(n int, swap func(i, j int))
Package-Level Functions (only one)
ShuffleAddressListForTesting pseudo-randomizes the order of addresses. n is the number of elements. swap swaps the elements with indexes i and j.
Package-Level Constants (only one)
Name is the name of the pick_first balancer.