package
Version:
v0.0.0-...-84d53aa
Opens a new window with list of versions in this module.
Published: Jun 17, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Retry is a structure that sets the retry count and interval.
New creates new retry structure.
func (r *Retry) Try(fn func(t T))
Try tries the given function.
type T interface {
Errorf(format string, args ...interface{})
FailNow()
}
T is an interface wrapper around *testing.T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.