Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckRegistry ¶
type CheckRegistry interface { Register(checks ...*config.Check) error Load(name string) *instantiatedcheck.InstantiatedCheck }
A CheckRegistry is a registry of checks. It is not thread-safe. It is anticipated that checks will all be registered ahead of time before calls to Load.
Click to show internal directories.
Click to hide internal directories.