package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Nov 16, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Conf struct {
Default RepoConf `yaml:"default"`
}
type LabelDef struct {
Color string `yaml:"color"`
Name string `yaml:"name"`
Description string `yaml:"description"`
Delete bool `yaml:"delete"`
}
type RepoConf struct {
Labels []LabelDef `yamls:"labels"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.