Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Node ¶
type Node struct { *packages.Package ImportsNodes []*Node // Stats about the current node. stat.Stat // Stats about upstream nodes. Up stat.Stat // Stats about downstream nodes. Down stat.Stat Errors []error Graph *Graph }
func (*Node) MarshalJSON ¶ added in v0.4.5
type Tree ¶
func (*Tree) LookupTable ¶
Click to show internal directories.
Click to hide internal directories.