context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/envoyproxy/go-control-plane/envoy/api/v2 | |
github.com/envoyproxy/go-control-plane/envoy/api/v2/core | |
github.com/envoyproxy/go-control-plane/envoy/api/v2/endpoint | |
github.com/envoyproxy/go-control-plane/envoy/config/core/v3 | |
github.com/envoyproxy/go-control-plane/envoy/type | |
github.com/golang/protobuf/ptypes/wrappers | |
google.golang.org/grpc/balancer | Package balancer defines APIs for load balancing in gRPC. |
google.golang.org/grpc/connectivity | Package connectivity defines connectivity semantics. |
google.golang.org/grpc/internal/wrr | Package wrr contains the interface and common implementations of wrr algorithms. |
google.golang.org/grpc/resolver | Package resolver defines APIs for name resolution in gRPC. |
google.golang.org/grpc/xds/internal | Package internal contains functions/structs shared by xds balancers/resolvers. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
testing | Package testing provides support for automated testing of Go packages. |