Versions in this module Expand all Collapse all v0 v0.1.0 Oct 12, 2024 Changes in this version + func Bootstrap(args []string, registry migration.MigrationsRegistry, ...) + type Command interface + Description func() string + Exec func() error + Name func() string + type GenerateBlankMigrationCommand struct + func (c *GenerateBlankMigrationCommand) Description() string + func (c *GenerateBlankMigrationCommand) Exec() error + func (c *GenerateBlankMigrationCommand) Name() string + type HelpCommand struct + func (c *HelpCommand) Description() string + func (c *HelpCommand) Exec() error + func (c *HelpCommand) Name() string + type MigrateDownCommand struct + func (c *MigrateDownCommand) Description() string + func (c *MigrateDownCommand) Exec() error + func (c *MigrateDownCommand) Name() string + type MigrateForceDownCommand struct + func (c *MigrateForceDownCommand) Description() string + func (c *MigrateForceDownCommand) Exec() error + func (c *MigrateForceDownCommand) Name() string + type MigrateForceUpCommand struct + func (c *MigrateForceUpCommand) Description() string + func (c *MigrateForceUpCommand) Exec() error + func (c *MigrateForceUpCommand) Name() string + type MigrateStatsCommand struct + func (c *MigrateStatsCommand) Description() string + func (c *MigrateStatsCommand) Exec() error + func (c *MigrateStatsCommand) Name() string + type MigrateUpCommand struct + func (c *MigrateUpCommand) Description() string + func (c *MigrateUpCommand) Exec() error + func (c *MigrateUpCommand) Name() string