# Functions
Updates the stats with the given entry
*/.
Remove everything in each field after, and including, the first '.'
*/.
Returns a maps of default stats
*/.
Initialize a connection to the given database
This function wraps a database specific initializion function
This makes it simple to change the database used without rewriting
code in the microservices
*/.
Initialize connection to mongo database
*/.
Remove everything in each field before, and including, the first '.'
*/.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Used to store information about the changes made by a database operation
*/.
MongoDatabase struct which implements the Database interface for a mongo database
*/.
# Interfaces
Database interface exposing the methods necessary to querying, inserting, updating, upserting, and removing records
*/.
# Type aliases
An alias of a string -> interface{} map used for database queries and selectors
*/.