Documentation
¶
Index ¶
- func Debug() booldeprecated
- func GetConfigOrDefaultInt64(key interface{}, defaultValue int64) int64
- func GetConfiguration(key interface{}) (interface{}, bool)
- func GetConfigurationInt64(key interface{}) (int64, bool)
- func GetConfigurationString(key interface{}) (string, bool)
- func MustGetConfigurationString(key interface{}) string
- type ConfigMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigOrDefaultInt64 ¶
func GetConfiguration ¶
func GetConfiguration(key interface{}) (interface{}, bool)
func GetConfigurationInt64 ¶
func GetConfigurationString ¶
func MustGetConfigurationString ¶
func MustGetConfigurationString(key interface{}) string
Types ¶
type ConfigMap ¶ added in v0.2.0
type ConfigMap map[string]interface{}
func ParseConfig ¶ added in v0.2.0
func ParseConfigContent ¶ added in v0.2.0
func (ConfigMap) MustGetString ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.