mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 08:22:13 +08:00
wip
This commit is contained in:
@@ -15,6 +15,9 @@ type CandidateNode struct {
|
||||
Document uint // the document index of this node
|
||||
Filename string
|
||||
FileIndex int
|
||||
// when performing op against all nodes given, this will treat all the nodes as one
|
||||
// (e.g. top level cross document merge). This property does not propegate to child nodes.
|
||||
EvaluateTogether bool
|
||||
}
|
||||
|
||||
func (n *CandidateNode) GetKey() string {
|
||||
|
||||
Reference in New Issue
Block a user