package
Version:
v0.0.18
Opens a new window with list of versions in this module.
Published: Nov 15, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package primitive contains types similar to Go primitives for BSON types can do not have direct
Go primitive representations.
type Binary struct {
Subtype byte
Data []byte
}
Binary represents a BSON binary value.
Equal compaes bp to bp2 and returns true is the are equal.
type CodeWithScope struct {
Code JavaScript
Scope interface{}
}
CodeWithScope represents a BSON JavaScript code with scope value.
DBPointer represents a BSON dbpointer value.
Equal compaes d to d2 and returns true is the are equal.
DateTime represents the BSON datetime value.
JavaScript represents a BSON JavaScript code value.
MaxKey represents the BSON maxkey value.
MinKey represents the BSON minkey value.
Null repreesnts the BSON null value.
Regex represents a BSON regex value.
Equal compaes rp to rp2 and returns true is the are equal.
Symbol represents a BSON symbol value.
Timestamp represents a BSON timestamp value.
Equal compaes tp to tp2 and returns true is the are equal.
Undefined represents the BSON undefined value type.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.