bytes | Package bytes implements functions for the manipulation of byte slices. |
container/list | Package list implements a doubly linked list. |
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. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/balancer | Package balancer defines APIs for load balancing in gRPC. |
google.golang.org/grpc/balancer/base | Package base defines a balancer base that can be used to build balancers with different picking algorithms. |
google.golang.org/grpc/balancer/rls/internal/adaptive | Package adaptive provides functionality for adaptive client-side throttling. |
google.golang.org/grpc/balancer/rls/internal/keys | Package keys provides functionality required to build RLS request keys. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/connectivity | Package connectivity defines connectivity semantics. |
google.golang.org/grpc/credentials/insecure | Package insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security. |
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/backoff | Package backoff implement the backoff strategy for gRPC. |
google.golang.org/grpc/internal/balancergroup | Package balancergroup implements a utility struct to bind multiple balancers into one balancer. |
google.golang.org/grpc/internal/buffer | Package buffer provides an implementation of an unbounded buffer. |
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/pretty | Package pretty defines helper functions to pretty-print structs for logging. |
google.golang.org/grpc/internal/proto/grpc_lookup_v1 | |
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/serviceconfig | Package serviceconfig defines types and methods for operating on gRPC service configs. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
google.golang.org/protobuf/encoding/protojson | Package protojson marshals and unmarshals protocol buffer messages as JSON format. |
google.golang.org/protobuf/types/known/durationpb | Package durationpb contains generated types for google/protobuf/duration.proto. |
net/url | Package url parses URLs and implements query escaping. |
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. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |