Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultBackoff = wait.Backoff{
Steps: math.MaxInt32,
Duration: 5 * time.Second,
Factor: 1.1,
Jitter: 0.1,
}
Functions ¶
func AlwaysError ¶
func AlwaysError(err error) bool
func NotContextCancelError ¶
func NotContextCancelError(err error) bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.