Versions in this module Expand all Collapse all v0 v0.14.0 Aug 28, 2026 Changes in this version + func WrapManager(migrator *Migrator, mgr manager.Manager) manager.Manager + type Migration interface + Migrate func(ctx context.Context) error + type Migrator struct + func NewMigrator() *Migrator + func (m *Migrator) Add(migration Migration) error + func (m *Migrator) Done() <-chan struct{} + func (m *Migrator) Err() error + func (m *Migrator) Start(ctx context.Context) error