Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Set ¶
func Set(c *Configuration)
func Update ¶
func Update(callback func(c *Configuration))
func WriteToDisk ¶
func WriteToDisk() error
Types ¶
type Configuration ¶
type Configuration struct { Debug bool `yaml:"debug" default:"false"` Auto bool `yaml:"auto" default:"false"` Keybinds Keybinds `yaml:"keybinds"` Features Features `yaml:"features"` }
func Get ¶
func Get() *Configuration
Click to show internal directories.
Click to hide internal directories.