package
1.0.4
Repository: https://github.com/ammario/mongo-go-driver.git
Documentation: pkg.go.dev

# Functions

NewAggregate constructs and returns a new Aggregate.
NewCommand constructs and returns a new Command.
NewCreateIndexes constructs and returns a new CreateIndexes.
NewDelete constructs and returns a new Delete.
NewDistinct constructs and returns a new Distinct.
NewDropCollection constructs and returns a new DropCollection.
NewFind constructs and returns a new Find.
NewFindAndModify constructs and returns a new FindAndModify.
NewInsert constructs and returns a new Insert.
NewIsMaster constructs an IsMaster.
NewListCollections constructs and returns a new ListCollections.
NewListDatabases constructs and returns a new ListDatabases.
NewListIndexes constructs and returns a new ListIndexes.
NewUpdate constructs and returns a new Update.

# Structs

Performs an aggregate operation.
Command is used to run a generic operation.
CreateIndexes performs a createIndexes operation.
No description provided by the author
Delete performs a delete operation.
No description provided by the author
Distinct performs a distinct operation.
No description provided by the author
DropCollection performs a drop operation.
No description provided by the author
Find performs a find operation.
FindAndModify performs a findAndModify operation.
No description provided by the author
Insert performs an insert operation.
No description provided by the author
IsMaster is used to run the isMaster handshake operation.
No description provided by the author
ListCollections performs a listCollections operation.
ListDatabases performs a listDatabases operation.
No description provided by the author
ListIndexes performs a listIndexes operation.
Update performs an update operation.
UpdateResult contains information for the result of an Update operation.
Upsert contains the information for an upsert in an Update operation.