Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCollectionExists is return when a collection to be // created already exists. ErrCollectionExists = errors.New("Collection already exists.") )
Functions ¶
Types ¶
type Collection ¶
Collection is the container for a db collection definition.
type DBMeta ¶
type DBMeta struct {
Cols []Collection `json:"collections"`
}
DBMeta is the container for all db objects.
Click to show internal directories.
Click to hide internal directories.