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() (xdsclient.XDSClient, func(), error)
)

The following variables are overridden in tests.

Source Files

internal.go

Version
v1.64.0
Published
May 14, 2024
Platform
linux/amd64
Last checked
1 hour ago

Tools for package owners.