package
0.0.0-20241120074608-6378e9d597be
Repository: https://github.com/orcfax/oracle-suite.git
Documentation: pkg.go.dev

# Functions

Try runs the f function until it returns nil but not more than defined in the attempts argument.
TryForever runs the f function until it returns nil or the context is canceled.