Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MongoDBInterface ¶
type MongoDBInterface interface { GetCollection() (*mongo.Collection, error) GetCollectionByName(name string) *mongo.Collection }
func New ¶
func New(conf *config.Config) MongoDBInterface
Click to show internal directories.
Click to hide internal directories.