Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultInfinitRetry ¶
func DefaultInfinitRetry(ctx context.Context, retryFunc func() error, retryCbk func(retryCount int, delay time.Duration, err error), ) (err error)
DefaultInfinitRetry performs operation default number of times with default delay.
func DefaultRetry ¶
DefaultRetry performs operation default number of times with default delay.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.