package internal

import "google.golang.org/grpc/xds/internal/resolver/internal"

Package internal contains functionality internal to the xDS resolver.

Index

Variables

var (
	// NewWRR is the function used to create a new weighted round robin
	// implementation.
	NewWRR any // func() wrr.WRR

	// NewXDSClient is the function used to create a new xDS client.
	NewXDSClient any // func(string, estats.MetricsRecorder) (xdsclient.XDSClient, func(), error)
)

The following variables are overridden in tests.

Source Files

internal.go

Version
v1.71.1
Published
Mar 28, 2025
Platform
linux/amd64
Last checked
4 hours ago

Tools for package owners.