Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Session is the configured MongoDB Session Session *mgo.Session // Db is the configured database Db *mgo.Database // LeadsCollection is the collection storing leads LeadsCollection *mgo.Collection // ContactsCollection is the collection storing contacts ContactsCollection *mgo.Collection // ContactsCollectionName is the name of the collection containing contacts. // It is required for forming the DB Query while performing text search. ContactsCollectionName string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.