Documentation ¶
Index ¶
- type Retries
- func (r *Retries) Clone() *Retries
- func (r *Retries) Duration(attempt int) time.Duration
- func (r *Retries) Max() time.Duration
- func (r *Retries) Retry(ctx context.Context, op func(int) error) error
- func (r *Retries) RetryIf(ctx context.Context, op func(int) error, ...) error
- func (r *Retries) Wait(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.