Cleaning up exposed public api

This commit is contained in:
Mike Farah
2021-02-11 10:58:40 +11:00
parent e28df367eb
commit 49ac2bac13
6 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ type Operation struct {
StringValue string
CandidateNode *CandidateNode // used for Value Path elements
Preferences interface{}
UpdateAssign bool // used for assign ops, when true it means we evaluate the rhs given the lhs (instead of matching nodes)
UpdateAssign bool // used for assign ops, when true it means we evaluate the rhs given the lhs
}
func createValueOperation(value interface{}, stringValue string) *Operation {