Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FuncNameAndLocation ¶
func GetStringMapString ¶
GetStringMapString contains one enhancement to support k1=v2,k2=v2 compared to original implementation of GetStringMapString function Related upstream issue https://github.com/spf13/viper/issues/911
func GetStringMapStringE ¶
GetStringMapStringE is same as GetStringMapString, but with error
func PrettyType ¶
func ToStringMapStringE ¶
ToStringMapStringE casts an interface to a map[string]string type. The underlying interface type might be a map or string. In the latter case, it is attempted to be json decoded, falling back to the k1=v2,k2=v2 format in case it doesn't look like json.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.