Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckWaiter ¶
type CheckWaiter struct {
// contains filtered or unexported fields
}
func NewCheckWaiter ¶
func NewCheckWaiter() *CheckWaiter
func (*CheckWaiter) AwaitChecksCompletion ¶
func (c *CheckWaiter) AwaitChecksCompletion(checkNames ...string) error
func (*CheckWaiter) OnCheckCompleted ¶
func (c *CheckWaiter) OnCheckCompleted(name string, _ gosundheit.Result)
func (*CheckWaiter) OnCheckRegistered ¶
func (c *CheckWaiter) OnCheckRegistered(_ string, _ gosundheit.Result)
func (*CheckWaiter) OnCheckStarted ¶
func (c *CheckWaiter) OnCheckStarted(_ string)
Click to show internal directories.
Click to hide internal directories.