Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeVisitor ¶
type SchemaBuilder ¶
type SchemaBuilder struct {
Root *SchemaNode
}
func (*SchemaBuilder) OnVisit ¶
func (s *SchemaBuilder) OnVisit(node *yaml.Node, ancestors []Ancestor) error
type SchemaNode ¶
type SchemaNode struct { Kind yaml.Kind Contents map[string]*SchemaNode }
func (*SchemaNode) Insert ¶
func (n *SchemaNode) Insert(tokens []string, kind yaml.Kind) error
type Yaml ¶
type Yaml struct { }
func (*Yaml) Walk ¶
func (l *Yaml) Walk(n *yaml.Node, visitor NodeVisitor) error
type YamlAccess ¶
Click to show internal directories.
Click to hide internal directories.