Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Label ¶
type Label struct {
// If "import" is present, all other fields are ignored.
Import string `yaml:"import"`
Name string `yaml:"name"`
Alias string `yaml:"alias"`
Aliases []string `yaml:"aliases"`
Description string `yaml:"description"`
Color string `yaml:"color"`
}
func FromManifestToLabels ¶
Click to show internal directories.
Click to hide internal directories.