Documentation
¶
Overview ¶
Package model provide some interfaces to support application development on multiple database platforms.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
type Driver interface { DecodeId(interface{}) (Identifier, error) ValidIdRep(interface{}) bool NewId() Identifier }
Driver is the interface that ... do something...
type Identifier ¶
Click to show internal directories.
Click to hide internal directories.