Home
last modified time | relevance | path

Searched refs:retryableFunc (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/gridscale/gsclient-go/v3/
H A Dcommon.go16 type retryableFunc func() (bool, error) type
25 func retryWithContext(ctx context.Context, targetFunc retryableFunc, delay time.Duration) error { argument
41 func retryWithLimitedNumOfRetries(targetFunc retryableFunc, numOfRetries int, delay time.Duration) … argument
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gridscale/gsclient-go/v3/
H A Dcommon.go16 type retryableFunc func() (bool, error) type
25 func retryWithContext(ctx context.Context, targetFunc retryableFunc, delay time.Duration) error { argument
41 func retryNTimes(targetFunc retryableFunc, numOfRetries int, delay time.Duration) error { argument
/dports/devel/lab/lab-0.17.2/vendor/github.com/avast/retry-go/
H A Dretry.go67 func Do(retryableFunc RetryableFunc, opts ...Option) error {
87 err := retryableFunc()
H A DREADME.md79 func Do(retryableFunc RetryableFunc, opts ...Option) error
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/github.com/avast/retry-go/
H A Dretry.go76 func Do(retryableFunc RetryableFunc, opts ...Option) error {
97 err := retryableFunc()
H A DREADME.md95 func Do(retryableFunc RetryableFunc, opts ...Option) error