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
Tools for package owners.