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