kops/vendor/github.com/mitchellh/reflectwalk
Ole Markus With ce2e877aeb Remove bazel files from vendor 2022-04-12 13:29:03 +02:00
..
.travis.yml Upgrade sprig to v3 2020-11-07 20:41:02 +01:00
LICENSE Upgrade sprig to v3 2020-11-07 20:41:02 +01:00
README.md Upgrade sprig to v3 2020-11-07 20:41:02 +01:00
location.go Upgrade sprig to v3 2020-11-07 20:41:02 +01:00
location_string.go Upgrade sprig to v3 2020-11-07 20:41:02 +01:00
reflectwalk.go Update cert-manager dependency to 1.8.0 2022-04-10 12:39:47 +02:00

README.md

reflectwalk

reflectwalk is a Go library for "walking" a value in Go using reflection, in the same way a directory tree can be "walked" on the filesystem. Walking a complex structure can allow you to do manipulations on unknown structures such as those decoded from JSON.