package grpctransport

import "google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport"

Package grpctransport provides an implementation of the transport interface using gRPC.

Index

Types

type Builder

type Builder struct{}

Builder provides a way to build a gRPC-based transport to an xDS server.

func (*Builder) Build

Build creates a new gRPC-based transport to an xDS server using the provided options. This involves creating a grpc.ClientConn to the server identified by the server URI in the provided options.

Source Files

grpctransport.go

Version
v1.71.1 (latest)
Published
Mar 28, 2025
Platform
linux/amd64
Imports
9 packages
Last checked
1 day ago

Tools for package owners.