package pickfirst

import "google.golang.org/grpc/balancer/pickfirst"

Package pickfirst contains the pick_first load balancing policy.

Index

Constants

const (
	// Name is the name of the pick_first balancer.
	Name = "pick_first"
)

Functions

func ShuffleAddressListForTesting

func ShuffleAddressListForTesting(n int, swap func(i, j int))

Types

type Shuffler

type Shuffler interface {
	ShuffleAddressListForTesting(n int, swap func(i, j int))
}

Source Files

pickfirst.go

Version
v1.66.0
Published
Aug 28, 2024
Platform
linux/amd64
Imports
12 packages
Last checked
2 hours ago

Tools for package owners.