package
6.3.12+incompatible
Repository: https://github.com/loft-sh/devspace.git
Documentation: pkg.go.dev

# Functions

Walk walks over an interface and replaces keys that match the match function with the replace function.
WalkStringMap walks over an interface and replaces keys that match the match function with the replace function.

# Type aliases

MatchFn defines the match function.
ReplaceFn defines the replace function.