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/cespare/xxhash/v2 | Package xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/experimental/stats | Package stats contains experimental metrics/stats API's. |
google.golang.org/grpc/grpclog | Package grpclog defines logging for grpc. |
google.golang.org/grpc/internal | Package internal contains gRPC-internal code, to avoid polluting the godoc of the top-level grpc package. |
google.golang.org/grpc/internal/grpclog | Package grpclog provides logging functionality for internal gRPC packages, outside of the functionality provided by the external `grpclog` package. |
google.golang.org/grpc/internal/grpcsync | Package grpcsync implements additional synchronization primitives built upon the sync package. |
google.golang.org/grpc/internal/grpcutil | Package grpcutil provides utility functions used across the gRPC codebase. |
google.golang.org/grpc/internal/pretty | Package pretty defines helper functions to pretty-print structs for logging. |
google.golang.org/grpc/internal/resolver | Package resolver provides internal resolver-related functionality. |
google.golang.org/grpc/internal/serviceconfig | Package serviceconfig contains utility functions to parse service config. |
google.golang.org/grpc/internal/wrr | Package wrr contains the interface and common implementations of wrr algorithms. |
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/metadata | Package metadata define the structure of the metadata supported by gRPC library. |
google.golang.org/grpc/resolver | Package resolver defines APIs for name resolution in gRPC. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
google.golang.org/grpc/xds/internal/balancer/clustermanager | Package clustermanager implements the cluster manager LB policy for xds. |
google.golang.org/grpc/xds/internal/balancer/ringhash | Package ringhash implements the ringhash balancer. |
google.golang.org/grpc/xds/internal/httpfilter | Package httpfilter contains the HTTPFilter interface and a registry for storing and retrieving their implementations. |
google.golang.org/grpc/xds/internal/resolver/internal | Package internal contains functionality internal to the xDS resolver. |
google.golang.org/grpc/xds/internal/xdsclient | Package 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/xdsresource | Package xdsresource implements the xDS data model layer. |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
math/rand/v2 | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |