Documentation
¶
Overview ¶
Package primitive contains types similar to Go primitives for BSON types can do not have direct Go primitive representations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeWithScope ¶
type CodeWithScope struct { Code JavaScript Scope interface{} }
CodeWithScope represents a BSON JavaScript code with scope value.
func (CodeWithScope) String ¶
func (cws CodeWithScope) String() string
type DBPointer ¶
DBPointer represents a BSON dbpointer value.
type Regex ¶
Regex represents a BSON regex value.
Click to show internal directories.
Click to hide internal directories.