Versions in this module Expand all Collapse all v1 v1.3.0 Sep 5, 2024 v1.2.0 Mar 7, 2024 Changes in this version + type S = cfg1.Serializable v1.1.0 Feb 16, 2024 Changes in this version + func Adapt(m *Migrator) repo.DownMigrator[migrationuc.Settings] + func NewDnMig(c *cfg1.Config) repo.DownMigrator[migrationuc.Settings] + type Adapter struct + T Type + func (a Adapter) MigrateDown(ctx context.Context) (repo.DownMigrator[migrationuc.Settings], error) + func (a Adapter) Settler() migrationuc.Settings + type C = *cfg1.Config + type Migrator struct + func (m *Migrator) MigrateDown(_ context.Context) (*Migrator, error) + func (m Migrator) Settler() *cfg1.Config + type Type = settings.DownMigrator[C, *Migrator]