# Functions
NewOperation converts a string operation to a strongly-typed Operation.
No description provided by the author
No description provided by the author
# Constants
mongodb input component allowed operations.
mongodb input component allowed operations.
JSONMarshalModeCanonical Canonical BSON to JSON marshal mode.
JSONMarshalModeRelaxed Relaxed BSON to JSON marshal mode.
OperationDeleteMany Delete many operation.
OperationDeleteOne Delete One operation.
OperationFindOne Find one operation.
OperationInsertOne Insert One operation.
OperationInvalid Invalid operation.
OperationReplaceOne Replace one operation.
OperationUpdateOne Update one operation.
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
JSONMarshalMode represents the way in which BSON should be marshaled to JSON.
Operation represents the operation that will be performed by MongoDB.