Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DBUser for the db. DBUser = "DB_USER" // DBPass for the db. DBPass = "DB_PASS" // DBDomain where the db is hosted. DBDomain = "DB_DOMAIN" // DBPort on which the db serves. DBPort = "DB_PORT" // DBName of the db. DBName = "DB_NAME" // DBType of the DBMS. Example postgres, mysql, etc. DBType = "postgres" )
View Source
const (
// ChangelogPath holds the path to the migration scripts.
ChangelogPath = "file://pkg/db/migration"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.