package
0.10.4
Repository: https://github.com/datadog/vault.git
Documentation: pkg.go.dev

# Functions

AppendIfMissing adds a string to a slice if the given string is not present.
EquivalentSlices checks whether the given string sets are equivalent, as in, they contain the same values.
No description provided by the author
Parses arbitrary <key,value> tuples.
Parses arbitrary string slice.
Parses a comma separated list of strings into a slice of strings.
Parses a comma separated list of strings into a slice of strings.
Parses a comma separated list of `<key>=<value>` tuples into a map[string]string.
Parses a `sep`-separated list of strings into a []string.
Removes duplicate and empty elements from a slice of strings.
StrListContains looks for a string in a list of strings.
StrListContainsGlob looks for a string in a list of strings and allows globs.
StrListDelete removes the first occurrence of the given item from the slice of strings if the item exists.
StrListSubset checks if a given list is a subset of another set.
TrimStrings takes a slice of strings and returns a slice of strings with trimmed spaces.