Documentation
¶
Overview ¶
Package poll is an opinionated library for polling in the Signadot CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Poll ¶ added in v0.8.0
type Poll struct {
// contains filtered or unexported fields
}
func (*Poll) Until ¶ added in v0.8.0
Until polls until the given function returns true, or the timeout expires.
func (*Poll) UntilWithError ¶ added in v0.8.0
UntilWithError polls until the given function returns true, or the timeout expires. But also can return error so can be pass down to handle proper errors
func (*Poll) WithResetOnLoop ¶ added in v0.8.0
Click to show internal directories.
Click to hide internal directories.