Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddMigration ¶
func AddMigration(migration *Migration)
Types ¶
type Migration ¶
type Migration struct { Number int F MigrationFunc }
type Migrations ¶
type Migrations []*Migration
func (Migrations) Len ¶
func (s Migrations) Len() int
func (Migrations) Less ¶
func (s Migrations) Less(i, j int) bool
func (Migrations) Swap ¶
func (s Migrations) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.