Documentation ¶ Index ¶ func Load() (map[string]map[string]interface{}, error) func Save(config map[string]map[string]interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Load ¶ func Load() (map[string]map[string]interface{}, error) Load will load confiration file, and initialize a default configuration if no configuration is present. This only returns an error if a configuration file is present, but we are unable to parse it. func Save ¶ func Save(config map[string]map[string]interface{}) error Save will save configuration. Types ¶ This section is empty. Source Files ¶ View all Source files config.goserialization.gosignin.go Click to show internal directories. Click to hide internal directories.