github

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2018 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FlattenLabelConfigs

func FlattenLabelConfigs(cfgs []LabelConfig) []github.Label

func ListLabels

func ListLabels(c *github.Client, ownerRepo string) ([]*github.Label, error)

Types

type App

type App struct {
	// contains filtered or unexported fields
}

func NewApp

func NewApp(r Ayi.Registry) (*App, error)

func (*App) CobraCommand

func (a *App) CobraCommand() *cobra.Command

func (*App) GetLogger

func (a *App) GetLogger() *dlog.Logger

func (*App) LoggerIdentity

func (a *App) LoggerIdentity(justCallMe func() dlog.Identity) dlog.Identity

func (*App) SetLogger

func (a *App) SetLogger(logger *dlog.Logger)

type LabelConfig

type LabelConfig struct {
	Name  string
	Desc  string
	Color string
	Sub   []LabelConfig
}

func ReadLabelConfig

func ReadLabelConfig(file string) ([]LabelConfig, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL