Documentation
¶
Index ¶
- func Wait(checker checker.Checker, opts ...Option) error
- func WaitContext(ctx context.Context, checker checker.Checker, opts ...Option) error
- func WaitParallel(checkers []checker.Checker, opts ...Option) error
- func WaitParallelContext(ctx context.Context, checkers []checker.Checker, opts ...Option) error
- func WaitWithContext(ctx context.Context, checker checker.Checker, opts ...Option) error
- type Check
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitContext ¶
WaitContext waits for end up of check execution.
func WaitParallel ¶
WaitParallel waits for end up all of checks execution.
func WaitParallelContext ¶
WaitParallelContext waits for end up all of checks execution.
Types ¶
type Option ¶
type Option func(s *options)
Option configures an options
func WithInterval ¶
WithInterval configures time duration for each of checking interval
func WithInvertCheck ¶
WithInvertCheck configures invert checking
func WithTimeout ¶
WithTimeout configures a time limit for whole of checking
Click to show internal directories.
Click to hide internal directories.