# Packages
No description provided by the author
# Functions
Exec initializes storage, then performs operations using the storage interface.
NewMongoStorage initializes a MongoStorage.
PerformOperations creates a candle item then gets it.
# Interfaces
Storage is our storage interface We'll implement it with Mongo storage.