Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MySQLConfig = Config{
"%s:%s@tcp(%s:%s)/%s",
"ubuntu",
"",
"127.0.0.1",
"3306",
"circle_test",
}
MySQLConfig stores the configuration of our mysql test server
View Source
var PostgresConfig = Config{
"postgres://%s:%s@%s:%s/%s?sslmode=disable",
"ubuntu",
"",
"127.0.0.1",
"5432",
"circle_test",
}
PostgresConfig stores the configuration of our postgres test server
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.