Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RetryHTTPTransport ¶
type RetryHTTPTransport struct { RoundTripper http.RoundTripper RetryOptions RetryOptions Logger *zap.Logger }
func NewRetryHTTPTransport ¶
func NewRetryHTTPTransport(roundTripper http.RoundTripper, retryOptions RetryOptions, logger *zap.Logger) *RetryHTTPTransport
type RetryOptions ¶
Click to show internal directories.
Click to hide internal directories.