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.UpMigrator[migrationuc.Settings] + func NewUpMig(c *cfg1.Config) repo.UpMigrator[migrationuc.Settings] + type Adapter struct + T Type + func (a Adapter) MigrateUp(ctx context.Context) (repo.UpMigrator[migrationuc.Settings], error) + func (a Adapter) Settler() migrationuc.Settings + type C = *cfg1.Config + type Migrator struct + func (m *Migrator) MigrateUp(_ context.Context) (*upmig2.Migrator, error) + func (m *Migrator) Settler() *cfg1.Config + type Type = settings.UpMigrator[C, *upmig2.Migrator]