Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateDotGraph ¶
func GenerateDotGraph(goCode []ParsedCode) string
Types ¶
type ParsedCode ¶
type ParsedCode interface { FileName() string //PackagePath() expects all paths to be lowercase. PackagePath() string PackageName() string //Imports() expects all paths to be lowercase. Imports() []string Types() []string Variables() []string Functions() []string ToString() string }
Expects Imports to match PackagePath of other packages.
Click to show internal directories.
Click to hide internal directories.