Documentation ¶ Index ¶ Variables func GetBool(strMap map[string]string, key string) (bool, error) func GetBoolOrDefault(strMap map[string]string, key string, def bool) bool func GetString(strMap map[string]string, key string) (string, error) func GetStringOrDefault(strMap map[string]string, key string, def string) string Constants ¶ This section is empty. Variables ¶ View Source var ( ErrKeyNotFound = errors.New("key not found in map") ErrValueType = errors.New("error value type in map") ) Functions ¶ func GetBool ¶ func GetBool(strMap map[string]string, key string) (bool, error) func GetBoolOrDefault ¶ func GetBoolOrDefault(strMap map[string]string, key string, def bool) bool func GetString ¶ func GetString(strMap map[string]string, key string) (string, error) func GetStringOrDefault ¶ func GetStringOrDefault(strMap map[string]string, key string, def string) string Types ¶ This section is empty. Source Files ¶ View all Source files maputils.go Click to show internal directories. Click to hide internal directories.