Versions in this module Expand all Collapse all v0 v0.2.2 Dec 29, 2018 v0.2.1 Aug 31, 2018 Changes in this version + func FlattenLabelConfigs(cfgs []LabelConfig) []github.Label + func ListLabels(c *github.Client, ownerRepo string) ([]*github.Label, error) + type App struct + func NewApp(r Ayi.Registry) (*App, error) + func (a *App) CobraCommand() *cobra.Command + func (a *App) GetLogger() *dlog.Logger + func (a *App) LoggerIdentity(justCallMe func() *dlog.Identity) *dlog.Identity + func (a *App) SetLogger(logger *dlog.Logger) + type LabelConfig struct + Color string + Desc string + Name string + Sub []LabelConfig + func ReadLabelConfig(file string) ([]LabelConfig, error)