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.70.0 (latest)
Published
Jan 23, 2025
Platform
linux/amd64
Imports
9 packages
Last checked
26 minutes ago

Tools for package owners.