Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ProductsCollection represents the name of the product collection in the database ProductsCollection string = "products" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductDataStoreMongoDB ¶
type ProductDataStoreMongoDB struct {
DBDriver dbdriver.NoSQLDBDriver
}
ProductDataStoreMongoDB is responsible for implementing the ProductDataStore interface, using a document database
Click to show internal directories.
Click to hide internal directories.