# Functions

FromString Converts a string with comma separated key-value pairs to a map[string]string.
GetKeysFromMap returns the keys of a map.
GetValueFromMap Returns the value of a key from a map If the key does not exist, the default value is returned.
MergeMaps combines two maps into one map.
ToString Converts map[string]string to a string with comma separated key-vaults, spaces are trimmed.