Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Hours int `yaml:"hours"`
Verbose bool `yaml:"verbose"`
Labels []string `yaml:"labels":`
Organizations []string `yaml:"orgs"`
CfgFile string `yaml:"-"`
// contains filtered or unexported fields
}
func (*Config) LoadConfigFile ¶
func (*Config) ParseFlags ¶
func (c *Config) ParseFlags()
func (*Config) RegisterFlags ¶
Click to show internal directories.
Click to hide internal directories.