Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FlattenLabelConfigs ¶
func FlattenLabelConfigs(cfgs []LabelConfig) []github.Label
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) CobraCommand ¶
func (*App) LoggerIdentity ¶
type LabelConfig ¶
type LabelConfig struct { Name string Desc string Color string Sub []LabelConfig }
func ReadLabelConfig ¶
func ReadLabelConfig(file string) ([]LabelConfig, error)
Click to show internal directories.
Click to hide internal directories.