Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigDirectory ¶
func GetConfigPath ¶
func GetDefaultConfigName ¶
func GetDefaultConfigName() string
func GetDefaultDirectory ¶
func GetDefaultDirectory() string
func SaveConfig ¶
Types ¶
type Authentication ¶
type Authentication struct {
APIKey string `yaml:"apikey"`
}
type Config ¶
type Config struct { Authentication Authentication `yaml:"authentication"` Defaults Defaults `yaml:"defaults"` }
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.