Documentation
¶
Overview ¶
Package retry provides functions to check if a gRPC error is retryable.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServiceIsUnavailable ¶
ServiceIsUnavailable checks if the error is a grpc status with code Unavailable. In the special case of an authentication handshake failure, false is returned to prevent further retries.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.