Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileExists ¶ added in v0.2.0
FileExists checks if a file exists and is not a directory
func GetCaseInsensitiveMap ¶
GetCaseInsensitiveMap coercs the map's keys to lower case, which only works when unicode char is in ASCII subset. May overwrite key-value pairs on different permutations of key case as in Key and key. DON'T force values to the lower case unconditionally, because values for keys such as mountpoint or keylocation are case-sensitive. Note that although keys such as 'comPREssion' are accepted and processed, even if they are technically invalid, updates to rectify such typing will be prohibited as a forbidden update.
func GetInsensitiveParameter ¶
GetInsensitiveParameter handles special case ofGetCaseInsensitiveMap looking up one key-value pair only
func IsValidUUID ¶ added in v0.2.0
IsValidUUID validates whether a string is a valid UUID
Types ¶
This section is empty.