Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsAnyString ¶
func ContainsAnyString(strings interface{}, query interface{}) bool
ContainsAnyString checks if an []interface{} slice contains a query string
func ContainsString ¶
ContainsString checks if a []string slice contains a query string
func FilterString ¶
FilterString returns a copy of a slice with the items that return true when passed to `test`
func StringKeys ¶
func StringKeys(m interface{}) []string
StringKeys returns the keys from a map[string]interface{} as a sorted []string slice
func StringSlice ¶
func StringSlice(strings interface{}) []string
StringSlice converts an []interface{} slice to a []string slice
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.