package
1.19.0-beta9
Repository: https://github.com/solo-io/gloo.git
Documentation: pkg.go.dev

# Functions

AppendIfMissing returns a slice, with the provided value included If the value already exists in the slice, it will not be duplicated.
Only deletes the first instance of value! Takes a slice and a value and if that value is found, uses Delete from the exp.slices package to remove it.