package
0.10.0-alpha9
Repository: https://github.com/replicate/cog.git
Documentation: pkg.go.dev

# Functions

ContainsAnyString checks if an []interface{} slice contains a query string.
ContainsString checks if a []string slice contains a query string.
FilterString returns a copy of a slice with the items that return true when passed to `test`.
StringKeys returns the keys from a map[string]interface{} as a sorted []string slice.
StringSlice converts an []interface{} slice to a []string slice.