Versions in this module Expand all Collapse all v0 v0.2.1 Mar 9, 2023 Changes in this version + func FilterTables(tables []string) []string + func NameIsMatch(table string) bool + type Field struct + Comment string + DefaultValue string + IsPK bool + Name string + Tag string + Type string + UpperCamelCaseName string + type Table struct + Comment string + ContainsTimeField bool + Fields []Field + Name string + Package string + UpperCamelCaseName string + func (t *Table) GenerateCode() string + func (t *Table) GenerateFile() error v0.2.0-rc Mar 8, 2023