Categorygithub.com/mongodb-labs/mgobson
modulepackage
0.0.0-20220131183247-92ab43280f50
Repository: https://github.com/mongodb-labs/mgobson.git
Documentation: pkg.go.dev

# README

End of Life Notice

The MongoDB mgobson wrapper is now officially end-of-life (EOL). No further development, bugfixes, enhancements, documentation changes or maintenance will be provided by this project and pull requests will no longer be accepted.

Users are encouraged to migrate to the MongoDB Go Driver.

mgobson

Housing a wrapper around mgo's BSON library

# Packages

No description provided by the author

# Functions

No description provided by the author

# Structs

DocElem is an element of the bson.D document representation.
The Raw type represents raw unprocessed BSON documents and elements.
RawDocElem is documented by Raw.

# Type aliases

D represents a BSON document containing ordered elements.
M is a convenient alias for a map[string]interface{} map, useful for dealing with BSON in a native way.
RawD represents a BSON document containing raw unprocessed elements.