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) Generate(params ...[]structs.Attr) 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 } func Parse ¶ func Parse(path string, outputFolder string, outputName string) *Parser func (*Parser) Generate ¶ func (p *Parser) Generate(params ...[]structs.Attr) 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.