Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Migration ¶
type Migration struct { Name string Run MigrationFunc }
Migration is a named MigrationFunc.
type MigrationFunc ¶
MigrationFunc is a function that performs a migration.
type Migrations ¶
type Migrations []Migration
Migrations is a slice of named migrations, meant to be executed from first to last (order is significant).
Click to show internal directories.
Click to hide internal directories.