Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GoModelTemplateFieldVal ¶
type GoModelTemplateFieldVal struct {
Name string
Type string
DBType string
GoType string
FormatType string
}
schema.GoTypeFormatString
type GoModelTemplateVals ¶
type GoModelTemplateVals struct {
Name string
Schema string
HasNull bool
HasAccountID bool
HasUserID bool
UpdateColumns []GoModelTemplateFieldVal
InsertColumns []GoModelTemplateFieldVal
PrimaryKey string
Fields []GoModelTemplateFieldVal
SelectFields []GoModelTemplateFieldVal
}
Click to show internal directories.
Click to hide internal directories.