package
0.0.0-20230130100827-6c64ebff31b2
Repository: https://github.com/packtpublishing/go-cookbook.git
Documentation: pkg.go.dev

# 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.

# Structs

Item represents an item at a shop.
MongoStorage implements our storage interface.

# Interfaces

Storage is our storage interface We'll implement it with Mongo storage.