Documentation
¶
Index ¶
Constants ¶
View Source
const SchemaVersionV1 = "v1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
SchemaVersion string `yaml:"schema_version" json:"schema_version"`
Approved Approved `yaml:"approved" json:"approved"`
}
func (Config) Match ¶
func (c Config) Match(candidate ToolCandidate) bool
Click to show internal directories.
Click to hide internal directories.