Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
func NewChecker ¶
func NewChecker(getter Getter, dependencies map[string]Dependency) *Checker
type Dependency ¶
type Dependency struct {
Constraint *semver.Constraints
// if node not present, just skip check
Optional bool
}
Click to show internal directories.
Click to hide internal directories.