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.1
- Published
- Aug 25, 2020
- Platform
- darwin/amd64
- Last checked
- 2 hours ago –
Tools for package owners.