Open Boomatang opened 2 months ago
Add a method to the topology that allows the user to pass in the string dot representation of a existing graph and compare that to the current graph in the topology.
I would suggest another topology method to build an instance from a dot file
func FromDot(dot []byte) (*Topology, error)
Add a method to the topology that allows the user to pass in the string dot representation of a existing graph and compare that to the current graph in the topology.