Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoRetryable ¶ added in v0.0.6
func DoRetryable(ctx context.Context, c *dv.APIClient, environmentID string, f func() (interface{}, *http.Response, error)) (interface{}, error)
DoRetryable wraps the given function with a retry loop This is used to catch and handle common Terraform-level functional errors such as race conditions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.