Documentation ¶
Index ¶
Constants ¶
View Source
const (
AgentsCollectionName = "agents"
)
View Source
const (
CompanySettingsCollectionName = "company-settings"
)
View Source
const (
LinksCollectionName = "links"
)
View Source
const (
ProjectsCollectionName = "projects"
)
View Source
const (
UsersCollectionName = "slickusers"
)
Variables ¶
View Source
var Agents = agentsType{}
View Source
var (
Client *mongo.Client
)
View Source
var CompanySettings = companySettingsType{}
View Source
var Links = linksType{}
View Source
var Projects = projectType{}
View Source
var User = userType{}
Functions ¶
func CloseMongoConnection ¶
func CloseMongoConnection()
func EmptyCompanySettingsFor ¶
func EmptyCompanySettingsFor(name string) *slickqa.CompanySettings
func InitializeMongoConnection ¶
func InitializeMongoConnection() error
Types ¶
Click to show internal directories.
Click to hide internal directories.