package version

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

Package version defines supported xDS API versions.

Index

Types

type TransportAPI

type TransportAPI int

TransportAPI refers to the API version for xDS transport protocol. This describes the xDS gRPC endpoint and version of DiscoveryRequest/Response used on the wire.

const (
	// TransportV2 refers to the v2 xDS transport protocol.
	TransportV2 TransportAPI = iota
	// TransportV3 refers to the v3 xDS transport protocol.
	TransportV3
)

Source Files

version.go

Version
v1.31.0
Published
Jul 30, 2020
Platform
windows/amd64
Last checked
39 minutes ago

Tools for package owners.