Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaggageGraph ¶
type BaggageGraph struct { *simple.DirectedGraph // contains filtered or unexported fields }
func NewBaggageGraph ¶
func NewBaggageGraph() BaggageGraph
func (*BaggageGraph) AddEdge ¶
func (g *BaggageGraph) AddEdge(fromColor string, toColor string) error
func (*BaggageGraph) AddNode ¶
func (g *BaggageGraph) AddNode(color string)
Click to show internal directories.
Click to hide internal directories.