Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct {
// contains filtered or unexported fields
}
func CreateGraph ¶
func CreateGraph(settings []string, nodeSetting NodeSettings, packageNodes []PackageNode, packageRelations []PackageRelation) (graph Graph)
func (Graph) BuildGraphString ¶
type NodeSettings ¶
func (NodeSettings) ToGraphString ¶
func (ns NodeSettings) ToGraphString() string
type PackageNode ¶
type PackageNode struct {
// contains filtered or unexported fields
}
func CreatePackageNode ¶
func CreatePackageNode(fileName string, packagePath string, rows []PackageNodeRow) PackageNode
func (*PackageNode) AddPackageNodeRow ¶
func (pn *PackageNode) AddPackageNodeRow(row PackageNodeRow)
type PackageNodeRow ¶
type PackageNodeRow struct {
// contains filtered or unexported fields
}
func CreatePackageNodeRow ¶
func CreatePackageNodeRow(fileName string, functions []string, types []string, variables []string) PackageNodeRow
type PackageRelation ¶
func (PackageRelation) ToGraphString ¶
func (pr PackageRelation) ToGraphString() string
Click to show internal directories.
Click to hide internal directories.