Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DBConnSA is the sa database connection DBConnSA = dsn("sa", "boulder_sa") // DBConnSAFullPerms is the sa database connection with full perms DBConnSAFullPerms = dsn("test_setup", "boulder_sa") // DBInfoSchemaRoot is the root user and the information_schema connection. DBInfoSchemaRoot = dsn("root", "information_schema") // DBConnIncidents is the incidents database connection. DBConnIncidents = dsn("incidents_sa", "incidents_sa") // DBConnIncidentsFullPerms is the incidents database connection with full perms. DBConnIncidentsFullPerms = dsn("test_setup", "incidents_sa") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.