package
19.2.11+incompatible
Repository: https://github.com/msoto01/cockroachdb.git
Documentation: pkg.go.dev

# Functions

ConnectionReady returns nil if the given connection is ready to send a request, or an error (which will pass RequestDidNotStart) if not.
IsClosedConnection returns true if err's Cause is an error produced by gRPC on closed connections.
IsLocalRequestContext returns true if this context is marked for local (in-process) use.
IsTimeout returns true if err's Cause is a gRPC timeout, or the request was canceled by a context timeout.
NewLocalRequestContext returns a Context that can be used for local (in-process) requests.
RequestDidNotStart returns true if the given error from gRPC means that the request definitely could not have started on the remote server.
SetSeverity sets the severity level below which GRPC log messages are suppressed.

# Variables

ErrCannotReuseClientConn is returned when a failed connection is being reused.