Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Info = Teal Warn = Yellow Removed = Red Added = Green )
View Source
var ( Black = Color("\033[1;30m%s\033[0m") Red = Color("\033[1;31m%s\033[0m") Green = Color("\033[1;32m%s\033[0m") Yellow = Color("\033[1;33m%s\033[0m") Purple = Color("\033[1;34m%s\033[0m") Magenta = Color("\033[1;35m%s\033[0m") Teal = Color("\033[1;36m%s\033[0m") White = Color("\033[1;37m%s\033[0m") )
Functions ¶
Types ¶
type BugConfig ¶
type BugConfig struct {
URL string `yaml:"url"`
APIKey string `yaml:"api_key"`
Users []string `yaml:"user_list"`
DefaultUser string `yaml:"default_user"`
TimeOut int `yaml:"timeout"`
DefaultFilter string `yaml:"default_filter"`
Filters map[string]string `yaml:"filters"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.