xds-api

module
v0.0.0-...-fca131f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2026 License: Apache-2.0

README

xDS API

GoDoc

This repository contains the xDS API defined for the Dubbo control plane implementation.

Generate

Install protoc plugin:

go install google.golang.org/protobuf/cmd/protoc-gen-go@latest

Generate pb.go files:

protoc -I. --go_out=. --go_opt=paths=source_relative $(find . -name "*.proto")

Generate grpc pb.go files:

protoc -I. --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative path/example.proto

Directories

Path Synopsis
cluster
v1
core
v1
endpoint
v1
extensions
google
rpc
grpc
credentials
Package credentials provides TLS transport credentials for gRPC backed by file-based certificate watching, aligned with grpc-go/credentials/tls.
Package credentials provides TLS transport credentials for gRPC backed by file-based certificate watching, aligned with grpc-go/credentials/tls.
listener
v1
route
v1
service
type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL