Imports of package errgrpc

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
github.com/containerd/errdefs/internal/cause
github.com/containerd/errdefs/internal/types
github.com/containerd/typeurl/v2
google.golang.org/genproto/googleapis/rpc/status
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/protoadaptPackage protoadapt bridges the original and new proto APIs.
google.golang.org/protobuf/types/known/anypbPackage anypb contains generated types for google/protobuf/any.proto.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.