Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Preferences ¶
type Preferences interface { Set(name string, value string) Get(name string) string Del(name string) SetMultiple(preferencesSet map[string]string) }
func DefaultConfig ¶
func DefaultConfig() Preferences
func NewConfig ¶
func NewConfig(prefsFilePath string) Preferences
Click to show internal directories.
Click to hide internal directories.