Documentation
¶
Index ¶
Constants ¶
View Source
const CheckParallelTasks = 2
View Source
const ParallelTasks = 15
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OctopusCheckExecutor ¶
type OctopusCheckExecutor struct {
}
OctopusCheckExecutor is responsible for running each lint check and returning the results. It deals with things like retries and error handling.
func NewOctopusCheckExecutor ¶
func NewOctopusCheckExecutor() OctopusCheckExecutor
func (OctopusCheckExecutor) ExecuteChecks ¶
func (o OctopusCheckExecutor) ExecuteChecks(checkCollection []checks.OctopusCheck, handleError func(checks.OctopusCheck, error) error) ([]checks.OctopusCheckResult, error)
ExecuteChecks executes each check and collects the results.
Click to show internal directories.
Click to hide internal directories.