MergeV in Go - setting the label
I am having a hard time finding any docs for the Go client, and the code itself does not reveal too much. I see some syntax magic for setting the label in Groovy, but I cannot work out what the equivalent is in Go.
Specifically, using:
g.MergeV(match).
Option(gremlingo.Merge.OnCreate, props).
Where match and props are [string]interface{} - how do I set the label type?
Specifically, using:
g.MergeV(match).
Option(gremlingo.Merge.OnCreate, props).
Where match and props are [string]interface{} - how do I set the label type?