# Packages
Package balancer defines APIs for load balancing in gRPC.
Package benchmark implements the building blocks to setup end-to-end gRPC benchmarks.
Package channelz defines APIs for enabling channelz service, entry registration/deletion, and accessing channelz data.
Package codes defines the canonical error codes used by gRPC.
Package connectivity defines connectivity semantics.
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.
Package encoding defines the interface for the compressor and codec, and functions to register and retrieve compressors and codecs.
No description provided by the author
No description provided by the author
Package grpclog defines logging for grpc.
Package health provides some utility functions to health-check a server.
No description provided by the author
Package keepalive defines configurable parameters for point-to-point healthcheck.
Package metadata define the structure of the metadata supported by gRPC library.
Package naming defines the naming API and related data structures for gRPC.
Package peer defines various peer information associated with RPCs and corresponding utils.
Package reflection implements server reflection service.
Package resolver defines APIs for name resolution in gRPC.
Package stats is for collecting and reporting various network and RPC stats.
Package status implements errors returned by gRPC.
No description provided by the author
Package tap defines the function handles which are executed on the transport layer of gRPC-Go and related information.
No description provided by the author
Package transport defines and implements message oriented communication channel to complete various transactions (e.g., an RPC).