package
Version:
v1.0.5
Opens a new window with list of versions in this module.
Published: Jul 29, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Visitor interface {
VisitLeaf(*yaml.Node, *yaml.Node, []string) error
}
type Walker struct {
Visitor
CurrentKey *yaml.Node
CurrentValue *yaml.Node
Path []string
Breakout bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.