Documentation
¶
Overview ¶
Package grpc provides utility functions for use with gRPC.
Index ¶
Constants ¶
View Source
const ( // MaximumMessageSize specifies the maximum message size that we'll allow // over IPC channels. MaximumMessageSize = 25 * 1024 * 1024 )
Variables ¶
This section is empty.
Functions ¶
func PeelAwayRPCErrorLayer ¶
PeelAwayRPCErrorLayer peels away any intermediate RPC error layer from an error returned by gRPC-based code and constructs an error object using the underlying error message. If this unwrapping fails, the argument is returned directly.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.