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. |
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/cespare/xxhash | 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/credentials | Package credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call. |
google.golang.org/grpc/grpclog | Package grpclog defines logging for grpc. |
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/grpcrand | |
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/wrr | Package wrr contains the interface and common implementations of wrr algorithms. |
google.golang.org/grpc/internal/xds/env | |
google.golang.org/grpc/internal/xds/matcher | Package matcher contains types that need to be shared between code under google.golang.org/grpc/xds/... |
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/httpfilter/router | Package router implements the Envoy Router HTTP filter. |
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. |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
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. |