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.32.0-dev
- Published
- Jul 23, 2020
- Platform
- js/wasm
- Last checked
- 8 minutes ago –
Tools for package owners.