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