Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("ErrNotFound")
Functions ¶
func IsObjectIdHex ¶ added in v0.2.0
Types ¶
type ChangeInfo ¶ added in v0.2.0
type Collection ¶
type Database ¶
type Database interface {
C(string) Collection
}
type ObjectId ¶
type ObjectId string
func NewObjectId ¶ added in v0.2.0
func NewObjectId() ObjectId
func ObjectIdHex ¶ added in v0.2.0
Directories ¶
Path | Synopsis |
---|---|
Godeps
|
|
_workspace/src/labix.org/v2/mgo
Package mgo offers a rich MongoDB driver for Go.
|
Package mgo offers a rich MongoDB driver for Go. |
_workspace/src/labix.org/v2/mgo/bson
Package bson is an implementation of the BSON specification for Go: http://bsonspec.org It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver.
|
Package bson is an implementation of the BSON specification for Go: http://bsonspec.org It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver. |
_workspace/src/labix.org/v2/mgo/sasl
Package sasl is an implementation detail of the mgo package.
|
Package sasl is an implementation detail of the mgo package. |
_workspace/src/labix.org/v2/mgo/txn
The txn package implements support for multi-document transactions.
|
The txn package implements support for multi-document transactions. |
Click to show internal directories.
Click to hide internal directories.