README ¶ go_graph_code_docs Utility for generating an image graph for code documentation, helps to better depict the process of interaction of the business logic of one file with another file Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Parser func Parse(path string, outputFolder string, outputName string) *Parser func (p *Parser) AddTheme(theme themes.Theme) func (p *Parser) AddTitle(title string) func (p *Parser) Generate() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Parser ¶ type Parser struct { Path string OutputName string OutputFolder string Title string Theme themes.Theme } func Parse ¶ func Parse(path string, outputFolder string, outputName string) *Parser func (*Parser) AddTheme ¶ added in v1.0.4 func (p *Parser) AddTheme(theme themes.Theme) func (*Parser) AddTitle ¶ added in v1.0.4 func (p *Parser) AddTitle(title string) func (*Parser) Generate ¶ func (p *Parser) Generate() Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis structs test app app/routes app/service themes utils Click to show internal directories. Click to hide internal directories.