Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct { // ClientURL is the mongodb server address ClientURL string // Client is the MongoDB connection Client *mongo.Client //DataBase is the MongoDB database. DataBase string //Collection is the MongoDB Collection. Collection string }
Storage implements the Mongo storage backend
Click to show internal directories.
Click to hide internal directories.