Documentation
¶
Index ¶
- func DeleteDocuments(client *mongo.Client, dbName, collName string, docs map[string]Document) deleteDocumentsRes
- func DeleteIndexes(client *mongo.Client, dbName, collName string, ...) deleteIndexesRes
- func DeleteViews(client *mongo.Client, dbName string, views map[string]primitive.D) viewsResult
- func InsertDocuments(client *mongo.Client, dbName, collName string, docs map[string]Document) insertDocumentsRes
- func InsertIndexes(client *mongo.Client, dbName, collName string, ...) insertIndexesRes
- func InsertViews(client *mongo.Client, dbName string, views map[string]primitive.D) viewsResult
- func ParseViewToBsonD(name string, view []byte) (primitive.D, error)
- func UpdateDocuments(client *mongo.Client, dbName, collName string, docs map[string]Document) modifyDocumentsRes
- func UpdateIndexes(client *mongo.Client, dbName, collName string, ...) updateIndexesRes
- func UpdateViews(client *mongo.Client, dbName string, views map[string]primitive.D) viewsResult
- type Document
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteDocuments ¶
func DeleteIndexes ¶
func DeleteViews ¶
func InsertDocuments ¶
func InsertIndexes ¶
func InsertViews ¶
func UpdateDocuments ¶
func UpdateIndexes ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.