# Packages
No description provided by the author
# Functions
Append concatenates multiple slices of strings into a single slice.
Contains tells whether a contains x.
No description provided by the author
No description provided by the author
Find returns the smallest index i at which x == a[i], or len(a) if there is no such index.
IniToMap takes the path to an INI formatted file and transforms it into a map.
No description provided by the author
KeyValueSliceToMap takes in a list of strings in a=b format and returns a map from it.
No description provided by the author
MapToIni takes a map and converts it into an INI formatted string.
matchItems returns true if any of the patterns in the list match the item.
MergeMap will merge map b into a.
MergeStructs merges two structs where patch is applied on top of base.
No description provided by the author
ReplaceAllInSlice runs strings.Replace on all elements in a slice and returns the result.
SelectorToMap returns a map from a selector string.
SortedMap takes a map and returns a sorted key value string i.e.
SplitAllInSlice runs strings.Split on all elements in a slice and returns the results at the given index.
StructToIni takes an object and serializes it's fields in INI format.
StructToJSON takes an object and returns its json form.
StructToMap takes an object and returns all it's field in a map.
ToBase64Map converts a map[string]interface{} to a map[string]string by converting []byte to base64.
ToByteMap converts a map[string]interface{} to a map[string]string by converting []byte to base64.
ToGenericMap converts a map[string]string to a map[string]interface{}.
ToString takes an object and tries to convert it to a string.
ToStringMap converts a map[string]interface{} to a map[string]string by using each objects String() fn.
# Structs
MetricsOpts contains options for queue metrics.
Queue holds elements in an array-list.
No description provided by the author
# Interfaces
No description provided by the author