Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generic ¶
type Generic struct {
// contains filtered or unexported fields
}
Generic is a generic retry mechanism that can retry any block of code.
func NewGeneric ¶
func NewGeneric() *Generic
NewGeneric implements a generic repeat/retry mechanism.
func NewGenericWithInterval ¶
NewGenericWithInterval provides a generic with a selected interval instead of the default.
Click to show internal directories.
Click to hide internal directories.