package
0.0.0-20180712231451-df570b367423
Repository: https://github.com/influx6/faux.git
Documentation: pkg.go.dev
# Functions
JSON returns a stringified version of the provided argument using json.Marshal.
JSONIndent returns the stringified version of the giving data and indents its result.
NewMongoDB returns a new instance of a MongoDB.
# Structs
Config embodies the data used to connect to user's mongo connection.
MongoDB defines a mongo connection manager that builds allows usage of a giving configuration to generate new mongo sessions and database instances.
MongoPull implements a record pull mechanism which allows you to quickly pull records from the underline mongo collection which will be used for processing.
MongoPush implements a record push mechanism which allows you to quickly push new records into the underline mongo collection which will be used for storage.