Documentation ¶
Overview ¶
Package store is the internal memory store for loaded configuration settings
Index ¶
- func Clear()
- func GetArray(key string) ([]string, bool)
- func GetBool(key string) (bool, bool)
- func GetInt64(key string) (int64, bool)
- func GetString(key string) (string, bool)
- func SetArray(key string, val []string)
- func SetBool(key string, val bool)
- func SetInt64(key string, val int64)
- func SetString(key, val string)
- type KeyValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.