Versions in this module Expand all Collapse all v1 v1.0.1 Dec 6, 2024 v1.0.0 Nov 21, 2024 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