Versions in this module Expand all Collapse all v0 v0.1.1 Nov 5, 2025 Changes in this version + var ErrNotFoundNodes = errors.New("no nodes found") + type ActionType string + const ActionDelete + const ActionRegexReplace + const ActionReplace + type Engine struct + func NewEngine() *Engine + func (e *Engine) Apply(root *yaml.Node, rule *Rule) error + type Rule struct + Action ActionType + ContinueOnNotFound bool + Path string + Pattern string + Value interface{}