package
0.14.0
Repository: https://github.com/simplesurance/goordinator.git
Documentation: pkg.go.dev

# Functions

MapSliceVal returns the value of the key as map[string]any If the key does not exist an empty map is returned.
StrSliceVal returns the value of the key as []string.
StrVal returns the value of the key as string.
ToStrMap converts the map to map[string]string.