package walk
import "cuelang.org/go/internal/walk"
Package walk allows walking over CUE values.
This package replicates Value.Walk in the cue package. There are several different internal uses of walk. This package is intended as a single implementation that on which all these implementations should converge. Once a satisfactory API has been established, it can be made public.
Index ¶
Functions ¶
func Value ¶
Types ¶
type Config ¶
Source Files ¶
walk.go
- Version
- v0.1.1
- Published
- Apr 11, 2020
- Platform
- darwin/amd64
- Imports
- 1 packages
- Last checked
- 11 minutes ago –
Tools for package owners.