context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3 | |
github.com/envoyproxy/go-control-plane/envoy/config/core/v3 | |
github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3 | |
github.com/envoyproxy/go-control-plane/envoy/config/listener/v3 | |
github.com/envoyproxy/go-control-plane/envoy/config/route/v3 | |
github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3 | |
github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3 | |
github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3 | |
github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3 | |
github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 | |
github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3 | |
github.com/envoyproxy/go-control-plane/envoy/type/v3 | |
github.com/envoyproxy/go-control-plane/pkg/cache/types | |
github.com/envoyproxy/go-control-plane/pkg/cache/v3 | Package cache defines a configuration cache for the server. |
github.com/envoyproxy/go-control-plane/pkg/resource/v3 | |
github.com/envoyproxy/go-control-plane/pkg/server/v3 | Package server provides an implementation of a streaming xDS server. |
github.com/envoyproxy/go-control-plane/pkg/wellknown | Package wellknown contains common names for filters, listeners, etc. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/internal/testutils/xds/fakeserver | Package fakeserver provides a fake implementation of the management server. |
google.golang.org/grpc/internal/xds/bootstrap | Package bootstrap provides the functionality to initialize certain aspects of an xDS client by reading a bootstrap file. |
google.golang.org/grpc/testdata | |
google.golang.org/protobuf/proto | Package proto provides functions operating on protocol buffer messages. |
google.golang.org/protobuf/types/known/anypb | Package anypb contains generated types for google/protobuf/any.proto. |
google.golang.org/protobuf/types/known/wrapperspb | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
testing | Package testing provides support for automated testing of Go packages. |