# Packages
No description provided by the author
No description provided by the author
Package private and all packages underneath it are not for public use.
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewClient creates a new client to connect to a cluster specified by the uri.
NewClientFromConnString creates a new client to connect to a cluster specified by the connection string.
TransformDocument handles transforming a document of an allowable type into a *bson.Document.
# Variables
ErrMissingResumeToken indicates that a change stream notification from the server did not contain a resume token.
ErrNoDocuments is returned by Decode when an operation that returns a DocumentResult doesn't return any documents.
Opt is a convenience variable provided for access to Options methods.
# Structs
Client performs operations on a given cluster.
Collection performs operations on a given collection.
Database performs operations on a given database.
DeleteResult is a result of an DeleteOne operation.
DocumentResult represents a single document returned from an operation.
InsertManyResult is a result of an InsertMany operation.
InsertOneResult is a result of an InsertOne operation.
Options is used as a namespace for MongoDB operation option constructors.
UpdateResult is a result of an update operation.
# Interfaces
Cursor instances iterate a stream of documents.