package
0.1.0
Repository: https://github.com/zachmann/go-oidcfed.git
Documentation: pkg.go.dev

# Functions

Equal compares multiple comparable values for equality.
FieldTagNames returns a slice of the tag names for a []*structs.Field and the given tag.
No description provided by the author
IsMap uses reflection to check if an interface{} is a map.
IsSlice uses reflection to check if an interface{} is a slice.
ReflectIntersect uses reflection to compute the intersection of two slices.
ReflectIsSubsetOf uses reflection to check if a slice is a subset of another.
ReflectIsSupersetOf uses reflection to check if a slice is a superset of another.
No description provided by the author
ReflectSliceContains checks if a slice contains a value using reflection.
ReflectUnion uses reflection to compute the union of two slices.
SliceContains checks if a slice contains a value.
SliceEqual uses reflection to check if two slices contain the same elements; order does not matter, assumes no duplicate entries in a slice.
Slicify checks if an interface{} is a slice and if not returns a slice of the same type (as an interface{}) containing the value, otherwise it returns the original slice.
StringsEqualIfSet checks if two strings are equal if they are both not empty.