package
0.0.0-20230425041727-f6e1a93e0179
Repository: https://github.com/cosmicrocks/scdl8.git
Documentation: pkg.go.dev
# Functions
Retry is a wrapper around RetryWorker that provides a real RetryTicker.
RetryWorker calls ConditionFunc until either: * it returns boolean true * a timeout expires * an error occurs.
# Interfaces
RetryTicker is a wrapper aroung time.Tick, that allows to mock its implementation.