Versions in this module Expand all Collapse all v0 v0.2.0 Feb 27, 2026 v0.1.1 Feb 24, 2026 Changes in this version + type EntStrategy struct + func NewEntStrategy(migrateFn func(context.Context) error) *EntStrategy + func (s *EntStrategy) Migrate(ctx context.Context) error + func (s *EntStrategy) Name() string + type Manager struct + func NewManager(strategy Strategy) *Manager + func (m *Manager) Run(ctx context.Context) error + type Strategy interface + Migrate func(ctx context.Context) error + Name func() string