Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checker ¶
type Checker interface {
Run(ctx context.Context, projects []project.Project) []checkeraggregates.ProjectResult
}
type Metrics ¶
type Metrics interface {
Load(results []checkeraggregates.ProjectResult)
}
Click to show internal directories.
Click to hide internal directories.