Versions in this module Expand all Collapse all v0 v0.99.0 Jul 30, 2026 v0.98.0 Jul 30, 2026 Changes in this version + func Apply(doc *yaml.Node, ops []Op) (*yaml.Node, error) + func Scalar(value string) *yaml.Node + func SetPath(root *yaml.Node, tokens []string, val *yaml.Node) error + func SetPathCreating(root *yaml.Node, tokens []string, val *yaml.Node) error + type Op struct + From string + Op string + Path string + Value any + func ParseOp(data []byte) (Op, error)