type
MigrationPhaseStatus
type MigrationPhaseStatus struct {
ID string `json:"id"`
Mode ridumigration.PhaseMode `json:"mode"`
State string `json:"state"`
Steps []MigrationStepStatus `json:"steps"`
}One immutable transaction, batch, or non-transaction execution boundary.
Source adapters/mongodb/migration_ledger.go:50
IDstring- The ID value.
Modemigration.PhaseMode- The Mode value.
Statestring- The State value.
Steps[]MigrationStepStatus- The Steps value.