Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConstantBackoff ¶
type ConstantBackoff struct {
Sleep time.Duration
Max int
// contains filtered or unexported fields
}
ConstantBackoff implements Backoff interface with constant sleep time
func (*ConstantBackoff) Next ¶
func (c *ConstantBackoff) Next() bool
func (*ConstantBackoff) Reset ¶
func (c *ConstantBackoff) Reset()
Click to show internal directories.
Click to hide internal directories.