package
0.0.0-20241213121623-605c1412b9b3
Repository: https://github.com/cilium/hive.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
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.
GetStringMapStringE is same as GetStringMapString, but with error.
No description provided by the author
ToStringMapStringE casts an interface to a map[string]string type.