Documentation
¶
Index ¶
- func GetCurrentSettings(segments []string) (interface{}, error)
- func GetDefaultSettings(segments []string) (interface{}, error)
- func GetSettings(segments []string) (interface{}, error)
- func GetSettingsFile(segments []string, filename string) (interface{}, error)
- func SetSettings(segments []string, value interface{}) (interface{}, error)
- func SetSettingsFile(segments []string, value interface{}, filename string) (interface{}, error)
- func Shutdown()
- func Startup()
- func TrimSettings(segments []string) (interface{}, error)
- func TrimSettingsFile(segments []string, filename string) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentSettings ¶ added in v0.1.2
GetCurrentSettings returns the current settings from the specified path the current settings are the settings after being synced
func GetDefaultSettings ¶ added in v0.1.2
GetDefaultSettings returns the default settings from the specified path
func GetSettings ¶
GetSettings returns the settings from the specified path
func GetSettingsFile ¶ added in v0.1.2
GetSettingsFile returns the settings from the specified path of the specified filename
func SetSettings ¶
SetSettings updates the settings
func SetSettingsFile ¶ added in v0.1.2
SetSettingsFile updates the settings
func TrimSettings ¶
TrimSettings trims the settings
func TrimSettingsFile ¶ added in v0.1.2
TrimSettingsFile trims the settings in the specified file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.