# Functions
NewMongoStore creates an instance of MongoStore with the given connection string.
# Structs
No description provided by the author
MemoryStore is a simple in memory datastore that implements Store.
MockStore is a mock implementation of a datastore for testing purposes.
MongoStore is a MongoDB data store which implements the Store interface.
# Interfaces
Store is an interface used for interacting with the backend datastore.