Documentation
¶
Index ¶
- Variables
- func Retry(num int, fn func()) (err error)
- func RetryAt(t time.Duration, fn func(at time.Duration))
- func Ticker(fn func(dur time.Time) time.Duration)
- func Try(fn interface{}) func(...interface{}) func(...interface{}) (err error)
- func TryRaw(fn reflect.Value) func(...reflect.Value) func(...reflect.Value) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Cfg = struct { Debug bool }{ Debug: false, }
default config
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.