Documentation
¶
Index ¶
Constants ¶
View Source
const CurrentVersion = "1"
Variables ¶
This section is empty.
Functions ¶
func SaveConfig ¶
Types ¶
type Config ¶
type Config struct {
Version string `yaml:"version"`
Accounts map[string]Account `yaml:"accounts"`
ColorThresholds struct {
Warning int `yaml:"warning"`
Danger int `yaml:"danger"`
} `yaml:"color_thresholds"`
MaxConcurrentRequests int `yaml:"max_concurrent_requests"`
UseMasterPassword *bool `yaml:"use_master_password,omitempty"`
}
func LoadOrCreateConfig ¶
Click to show internal directories.
Click to hide internal directories.