package
Version:
v1.0.5
Opens a new window with list of versions in this module.
Published: Apr 8, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Variants []Variant `yaml:"buildvariants"`
}
type Task struct {
Name string `yaml:"name"`
}
type Variant struct {
Name string `yaml:"name"`
DisplayName string `yaml:"display_name"`
Tasks []Task `yaml:"tasks"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.