Documentation ¶ Index ¶ func NewTranslate() types.Translate type Mysql func (mysql Mysql) Infer(storePackageDir string, _ string, column introspect.Column) (types.GoType, error) func (mysql Mysql) ModelTemplate() string func (mysql Mysql) QueryTemplate() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewTranslate ¶ func NewTranslate() types.Translate Types ¶ type Mysql ¶ type Mysql struct{} func (Mysql) Infer ¶ func (mysql Mysql) Infer( storePackageDir string, _ string, column introspect.Column, ) (types.GoType, error) func (Mysql) ModelTemplate ¶ func (mysql Mysql) ModelTemplate() string func (Mysql) QueryTemplate ¶ func (mysql Mysql) QueryTemplate() string Source Files ¶ View all Source files infer.go translate.go Click to show internal directories. Click to hide internal directories.