Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandStringList ¶
func ExpandStringValue ¶
func MapKeys ¶
func MapKeys[M ~map[K]V, K comparable, V any](m M) []K
MapKeys returns the keys of the map m. The keys will be an indeterminate order.
Types ¶
type Dictionary ¶
func (Dictionary) GetStringList ¶
func (dic Dictionary) GetStringList(key string) (values []string, err error)
func (Dictionary) GetStringValue ¶
func (dic Dictionary) GetStringValue(key string) (value string, err error)
Click to show internal directories.
Click to hide internal directories.