package
1.3.3
Repository: https://github.com/cristianat98/dbclientgo.git
Documentation: pkg.go.dev

# Functions

CreateMongoManager is the constructor for the MongoManager.

# Constants

No description provided by the author

# Structs

MongoManager is the structure to manage the connections and operations to the MongoDB client: It is directly the client to the MongoDB database: It is the database to connect in MongoDB.

# Interfaces

MongoManagerInterface is the interface defined that the MongoManager needs to follow.