package
2.0.0-beta2+incompatible
Repository: https://github.com/tricksterproxy/trickster.git
Documentation: pkg.go.dev

# Functions

CloneBoolMap returns an exact copy of a map consisting string key and bool value.
Equal returns true if the slices contain identical values in the identical order.
IndexInSlice returns the index of a string element in a given slice.
Unique returns a uniqueified version of the list.

# Variables

ErrKeyNotInMap represents an error for key not found in map.

# Type aliases

Lookup represents a map[string]interface{} with assumed nil values.
StringMap represents a map[string]string.