type github.com/hashicorp/errwrap.WalkFunc

2 uses

	github.com/hashicorp/errwrap (current package)
		errwrap.go#L15: type WalkFunc func(error)
		errwrap.go#L136: func Walk(err error, cb WalkFunc) {