Versions in this module Expand all Collapse all v0 v0.3.0 May 22, 2023 v0.2.0 Jan 4, 2023 v0.1.0 Oct 26, 2022 Changes in this version + func ExecuteWithTimeout(action func() bool, timeout time.Duration, interval time.Duration) error + func RetryWithMaxAttempts(action func() error, attempts int, interval time.Duration) error