Imports of package xdsclient

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
google.golang.org/grpc/grpclogPackage grpclog defines logging for grpc.
google.golang.org/grpc/internal/cachePackage cache implements caches to be used in gRPC.
google.golang.org/grpc/internal/grpclogPackage grpclog provides logging functionality for internal gRPC packages, outside of the functionality provided by the external `grpclog` package.
google.golang.org/grpc/internal/grpcsyncPackage grpcsync implements additional synchronization primitives built upon the sync package.
google.golang.org/grpc/resolverPackage resolver defines APIs for name resolution in gRPC.
google.golang.org/grpc/xds/internal/xdsclient/bootstrap
google.golang.org/grpc/xds/internal/xdsclient/controller
google.golang.org/grpc/xds/internal/xdsclient/loadPackage load provides functionality to record and maintain load data.
google.golang.org/grpc/xds/internal/xdsclient/pubsub
google.golang.org/grpc/xds/internal/xdsclient/xdsresourcePackage xdsresource implements the xDS data model layer.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.