Versions in this module Expand all Collapse all v0 v0.2.0 Apr 23, 2026 Changes in this version + func NewMigrateDownStep(name string, raw map[string]any) sdk.StepInstance + func NewMigrateStatusStep(name string, raw map[string]any) sdk.StepInstance + func NewMigrateToStep(name string, raw map[string]any) sdk.StepInstance + func NewMigrateUpStep(name string, raw map[string]any) sdk.StepInstance + type MigrateDownStep struct + func (s *MigrateDownStep) Execute(ctx context.Context, _ map[string]any, _ map[string]map[string]any, ...) (*sdk.StepResult, error) + type MigrateStatusStep struct + func (s *MigrateStatusStep) Execute(ctx context.Context, _ map[string]any, _ map[string]map[string]any, ...) (*sdk.StepResult, error) + type MigrateToStep struct + func (s *MigrateToStep) Execute(ctx context.Context, _ map[string]any, _ map[string]map[string]any, ...) (*sdk.StepResult, error) + type MigrateUpStep struct + func (s *MigrateUpStep) Execute(ctx context.Context, _ map[string]any, _ map[string]map[string]any, ...) (*sdk.StepResult, error)