Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterTables ¶
func NameIsMatch ¶
Types ¶
type Table ¶
type Table struct {
Package string `sql:"package"`
Name string `sql:"name"`
UpperCamelCaseName string `sql:"upper_camel_case_name"`
Comment string `sql:"comment"`
Fields []Field `sql:"fields"`
ContainsTimeField bool `sql:"contains_time"`
}
func (*Table) GenerateCode ¶
func (*Table) GenerateFile ¶
Click to show internal directories.
Click to hide internal directories.