Documentation ¶ Overview ¶ Package runner contains tools for running diagnostics. Index ¶ type Engine func NewRunner(c *config.Settings, reg catalog.Registry, stage string) Engine Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Engine ¶ type Engine interface { // Run executes the engine Run(context.Context) (status.Accessor, error) // ShouldFail returns true if any required check failed ShouldFail() bool } func NewRunner ¶ func NewRunner(c *config.Settings, reg catalog.Registry, stage string) Engine Source Files ¶ View all Source files runner.go Click to show internal directories. Click to hide internal directories.