package
Version:
v0.0.0-...-ad3090c
Opens a new window with list of versions in this module.
Published: Dec 9, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 1
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.