Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConstantRetryIntervalTask ¶
type ConstantRetryIntervalTask struct {
// contains filtered or unexported fields
}
func WithConstantRetries ¶
func (*ConstantRetryIntervalTask) Do ¶
func (s *ConstantRetryIntervalTask) Do(ctx context.Context, _ uint) error
func (*ConstantRetryIntervalTask) Interval ¶
func (s *ConstantRetryIntervalTask) Interval(_ uint) time.Duration
func (*ConstantRetryIntervalTask) MaxRetries ¶
func (s *ConstantRetryIntervalTask) MaxRetries() uint
Click to show internal directories.
Click to hide internal directories.