Documentation ¶ Index ¶ type Migration func (m Migration) Apply(opts migrate.Options) error func (m Migration) Reversible() bool func (m Migration) Revert(opts migrate.Options) error func (m Migration) Versions() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Migration ¶ type Migration struct{} func (Migration) Apply ¶ func (m Migration) Apply(opts migrate.Options) error func (Migration) Reversible ¶ func (m Migration) Reversible() bool func (Migration) Revert ¶ func (m Migration) Revert(opts migrate.Options) error func (Migration) Versions ¶ func (m Migration) Versions() string Source Files ¶ View all Source files migration.go Click to show internal directories. Click to hide internal directories.