Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Dbm *gorp.DbMap
)
Functions ¶
This section is empty.
Types ¶
type CustomTypeConverter ¶
type CustomTypeConverter struct{}
func (CustomTypeConverter) FromDb ¶
func (me CustomTypeConverter) FromDb(target interface{}) (gorp.CustomScanner, bool)
func (CustomTypeConverter) ToDb ¶
func (me CustomTypeConverter) ToDb(val interface{}) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.