Versions in this module Expand all Collapse all v1 v1.2.12 May 22, 2020 Changes in this version + func Generate(param Param) error + func GenerateTables(outputPath string, tables []string, packageName string) error + type Config struct + Conn db.Connection + Connection string + Driver string + FilterFormLayout form.Layout + HideBackButton bool + HideContinueEditCheckBox bool + HideContinueNewCheckBox bool + HideDeleteButton bool + HideDetailButton bool + HideEditButton bool + HideExportButton bool + HideFilterArea bool + HideFilterButton bool + HideNewButton bool + HidePagination bool + HideQueryInfo bool + HideResetButton bool + HideRowSelector bool + Output string + Package string + Schema string + Table string + type Field struct + CanAdd bool + DBType string + Editable bool + Filterable bool + FormType string + Head string + Name string + NotAllowAdd bool + Sortable bool + type Fields []Field + type Param struct + Connection string + Driver string + Fields Fields + FilterFormLayout form.Layout + FormFields Fields + HideBackButton bool + HideContinueEditCheckBox bool + HideContinueNewCheckBox bool + HideDeleteButton bool + HideDetailButton bool + HideEditButton bool + HideExportButton bool + HideFilterArea bool + HideFilterButton bool + HideNewButton bool + HidePagination bool + HideQueryInfo bool + HideResetButton bool + HideRowSelector bool + Output string + Package string + RowTable string + Table string + TableName string + TableTitle string + func NewParam(cfg Config) Param + func NewParamWithFields(cfg Config, fields ...Fields) Param