Versions in this module Expand all Collapse all v0 v0.16.2 Jun 10, 2024 Changes in this version + func ExtractExtensions(...) *orderedmap.Map[string, *yaml.Node] + func UnpackExtensions[T any, R low.HasExtensions[T]](low GoesLow[R]) (*orderedmap.Map[string, *T], error) + type GoesLow interface + GoLow func() T + type GoesLowUntyped interface + GoLowUntyped func() any + type NodeBuilder struct + High any + Low any + Nodes []*nodes.NodeEntry + Resolve bool + Version float32 + func NewNodeBuilder(high any, low any) *NodeBuilder + func (n *NodeBuilder) AddYAMLNode(parent *yaml.Node, entry *nodes.NodeEntry) *yaml.Node + func (n *NodeBuilder) Render() *yaml.Node + type Renderable interface + MarshalYAML func() (interface{}, error) + type RenderableInline interface + MarshalYAMLInline func() (interface{}, error)