# Functions
DBReplSetGetConfig returns replSetGetConfig cmd.
DBReplSetGetStatus returns replSetGetStatus cmd.
DBServerStatus returns serverStatus cmd.
DBStats returns dbstats cmd.
DBStatsCollection returns stats for given collection.
EnsureIndexes fixes index at startup.
EnsureIndexesMessages set indexes on a message collection.
GetCMessages return mgo collection.
GetCollectionNames returns collection names.
GetSlowestQueries returns the slowest queries.
NewStore initializes a new MongoDB Store.
RefreshStore calls Refresh on mongoDB Store, in order to avoid lost connection.
Tat returns mongoDB instance for Tat.
# Constants
CollectionDefaultMessages is default names for collections message, if topic doesn't have "collection" attribute setted.
DatabaseName is DatabaseName on mongoBD.
# Structs
MongoStore stores MongoDB Session and collections.