Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Empty = Parameters{}
Functions ¶
Types ¶
type Parameter ¶
type Parameter struct { // Column represents a parameter name. Column string // Type represents a parameter go type. Type string // ThirdPkg represents a go type which is a third package or go built-in package. ThirdPkg string }
Parameter represents an original description data for code generation structure info.
Click to show internal directories.
Click to hide internal directories.