Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBCollection ¶
type DBConnection ¶
type DBConnection interface {
Clone() DBConnection
DB(string) Database
Close()
}
type DBQuery ¶
type DBQuery interface {
Distinct(string, interface{}) error
Iterator() DBResultIterator
}
type DBResultIterator ¶
type Database ¶
type Database interface {
C(string) DBCollection
}
Click to show internal directories.
Click to hide internal directories.