Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶
func LoadConfig()
LoadConfig loads a users config and creates the config if it does not exist located at ~/.gokedex.yml.
Types ¶
type Config ¶
type Config struct {
Settings SettingsConfig `mapstructure:"settings"`
}
Config represents the main config for the application.
type SettingsConfig ¶
type SettingsConfig struct { EnableLogging bool `mapstructure:"enable_logging"` EnableMouseWheel bool `mapstructure:"enable_mousewheel"` }
SettingsConfig struct represents the config for the settings.
Click to show internal directories.
Click to hide internal directories.