Versions in this module Expand all Collapse all v0 v0.1.1 Aug 30, 2025 Changes in this version + const USAGE + type Command struct + Executor CommandExecutor + Type string + func NewCommand(m *migrate.Migration) (*Command, error) + func (c *Command) Exec() error + type CommandExecutor interface + Exec func() error + ParseArgs func() error + type DownCommand struct + DownAll bool + Version string + func (c *DownCommand) Exec() error + func (c *DownCommand) ParseArgs() error + type GenerateCommand struct + Name string + func (c *GenerateCommand) Exec() error + func (c *GenerateCommand) ParseArgs() error + type ResetCommand struct + func (c *ResetCommand) Exec() error + func (c *ResetCommand) ParseArgs() error + type RollbackCommand struct + func (c *RollbackCommand) Exec() error + func (c *RollbackCommand) ParseArgs() error + type StatusCommand struct + func (c *StatusCommand) Exec() error + func (c *StatusCommand) ParseArgs() error + type UpCommand struct + Version string + func (c *UpCommand) Exec() error + func (c *UpCommand) ParseArgs() error