Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBConn ¶
func (*DBConn) ClearDB ¶
ClearDB migrates the DB down to an empty database. Uses the DB instance of the service.
func (*DBConn) FakeMigration ¶
FakeMigration fakes a specific version without migrating. Uses the DB instance of the service.
func (*DBConn) Migrate ¶
Migrate migrates the DB up to the newest version Uses the DB instance of the service.
func (*DBConn) MigrateDown ¶
MigrateDown migrates the DB down to an empty database. Uses the DB instance of the service.
type DBEnv ¶
type HTTPServer ¶
type HTTPServer struct { HTTPEnv // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.