Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Yaml3PathNode ¶
type Yaml3PathNode interface { GetPrev() Yaml3PathNode SetPrev(prev Yaml3PathNode) GetNext() Yaml3PathNode SetNext(next Yaml3PathNode) GetScalarValueFrom(node *yaml.Node) (string, error) SetScalarValueTo(node *yaml.Node, value string, style yaml.Style) error }
Yaml3PathNode is a node of YmlPath
func ParseYmlPath ¶
func ParseYmlPath(path string) (Yaml3PathNode, error)
ParseYmlPath parses yaml path string and returns path node
Click to show internal directories.
Click to hide internal directories.