Documentation ¶
Index ¶
- func CreateOne(db *mongo.Database, collectionName string, doc interface{}) error
- func DeleteAll(db *mongo.Database, collectionName string, filter interface{}) error
- func DeleteOne(db *mongo.Database, collectionName string, filter interface{}) error
- func ReadAll(db *mongo.Database, collectionName string, results interface{}) error
- func ReadOne(db *mongo.Database, collectionName string, filter interface{}, ...) error
- func Update(db *mongo.Database, collectionName string, filter interface{}, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.