Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Templates holds the template information for a file that the graph is generating. Templates = []gen.TypeTemplate{ { Name: "view", Format: pkgf("%s_view.go"), }, } // GraphTemplates holds the templates applied on the graph. GraphTemplates = []gen.GraphTemplate{ { Name: "base", Format: "entview.go", }, } )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.