Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest struct {
Name string `yaml:"name"`
CustomSpecs string `yaml:"custom_specs"`
Tools []ManifestTool `yaml:"tools"`
}
type ManifestTool ¶
type ManifestTool struct {
Name string `yaml:"name"`
Flavor *string `yaml:"flavor"`
Checks map[string]string `yaml:"checks"`
}
func (ManifestTool) IsFlavoredCheck ¶
func (mt ManifestTool) IsFlavoredCheck() bool
type VersionParser ¶
Click to show internal directories.
Click to hide internal directories.