package
2.9.2+incompatible
Repository: https://github.com/newrelic/nri-mongodb.git
Documentation: pkg.go.dev
# Structs
Info is a storage struct which holds all the information needed to connect to a Mongo host.
# Interfaces
Collection is an interface that represents the minimum actions needed against a MongoDB collection.
DataLayer is an interface that represents the minimum actions needed against a MongoDB database.
Session is an interface that represents the minimum actions needed against a MongoDB Session.