You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t:=report.MakeTopology("topologyName") // topologies have a namenode:=report.MakeNode("nodeID") // nodes require an idt=t.AddNode(node) // AddNode uses node.ID, and sets node.Topology
The text was updated successfully, but these errors were encountered:
From #752.
Big refactor, so pushed to 0.13 release.
Ideally something like:
The text was updated successfully, but these errors were encountered: