Imports of package resolver

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cespare/xxhash/v2Package xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/experimental/statsPackage stats contains experimental metrics/stats API's.
google.golang.org/grpc/grpclogPackage grpclog defines logging for grpc.
google.golang.org/grpc/internalPackage internal contains gRPC-internal code, to avoid polluting the godoc of the top-level grpc package.
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/internal/grpcutilPackage grpcutil provides utility functions used across the gRPC codebase.
google.golang.org/grpc/internal/prettyPackage pretty defines helper functions to pretty-print structs for logging.
google.golang.org/grpc/internal/resolverPackage resolver provides internal resolver-related functionality.
google.golang.org/grpc/internal/serviceconfigPackage serviceconfig contains utility functions to parse service config.
google.golang.org/grpc/internal/wrrPackage wrr contains the interface and common implementations of wrr algorithms.
google.golang.org/grpc/internal/xds/bootstrapPackage bootstrap provides the functionality to initialize certain aspects of an xDS client by reading a bootstrap file.
google.golang.org/grpc/metadataPackage metadata define the structure of the metadata supported by gRPC library.
google.golang.org/grpc/resolverPackage resolver defines APIs for name resolution in gRPC.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
google.golang.org/grpc/xds/internal/balancer/clustermanagerPackage clustermanager implements the cluster manager LB policy for xds.
google.golang.org/grpc/xds/internal/balancer/ringhashPackage ringhash implements the ringhash balancer.
google.golang.org/grpc/xds/internal/httpfilterPackage httpfilter contains the HTTPFilter interface and a registry for storing and retrieving their implementations.
google.golang.org/grpc/xds/internal/resolver/internalPackage internal contains functionality internal to the xDS resolver.
google.golang.org/grpc/xds/internal/xdsclientPackage xdsclient implements a full fledged gRPC client for the xDS API used by the xds resolver and balancer implementations.
google.golang.org/grpc/xds/internal/xdsclient/xdsresourcePackage xdsresource implements the xDS data model layer.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
math/rand/v2Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.