Versions in this module Expand all Collapse all v0 v0.1.1 Mar 27, 2020 Changes in this version type Migration + Successful bool v0.0.1 Mar 26, 2020 Changes in this version + type Migration struct + Name string + Succuessful bool + type MigrationFile interface + Down func(*gorm.DB) error + Name func() string + Up func(*gorm.DB) error + type Migrator struct + DB *gorm.DB + Files map[string]MigrationFile + MigrateUp bool + Migrations []Migration + func NewMigrator(db *gorm.DB, up bool, files map[string]MigrationFile) (*Migrator, error) + func (mig *Migrator) RunMigrations() error