//
pkg.gl
Category
github.com/envoyproxy/gateway
internal
utils
slice
package
1.1.2
Repository:
https://github.com/envoyproxy/gateway.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
0
Dependents
2
Files
18 SLOC
#
Functions
ContainsString
ContainsString checks if a given slice of strings contains the provided string.
RemoveString
RemoveString returns a newly created []string that contains all items from slice that are not equal to s.