Documentation ¶
Index ¶
- func ConcatStringSlices(slices ...[]string) []string
- func IncludeString(l []string, s string) []string
- func IsListOfStringInterfaceMaps(list []interface{}) bool
- func RemoveStringFromStringSlice(l []string, s string) []string
- func Reverse(slice []string)
- func StringSliceContains(l []string, s string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConcatStringSlices ¶
func IncludeString ¶
IncludeString inserts the given string to the sorted slice if not already included. It is assumed that the slice is already in sorted order.
func IsListOfStringInterfaceMaps ¶
func IsListOfStringInterfaceMaps(list []interface{}) bool
IsListOfStringInterfaceMaps returns true if the given list of interface{} values is actually a list of map[string]interface{} values. Returns false if the given list is empty.
func StringSliceContains ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.