feat(batch): add live reuse admin verification flow

This commit is contained in:
phamnazage-jpg
2026-05-27 20:23:42 +08:00
parent 02580cda0b
commit ebd86a4256
16 changed files with 1768 additions and 9 deletions

View File

@@ -37,6 +37,11 @@ func (r batchImportRuntimeRunner) execute(ctx context.Context) (BatchImportRunCr
ItemStore: r.store.ImportRunItems(),
ProbeModels: probe.ProviderModels,
ProbeCapabilities: probe.ProbeCapabilities,
InspectReuse: batchImportReuseInspector{
store: r.store,
hostRow: r.hostRow,
currentRunID: runID,
}.Inspect,
Provisioner: batchImportProvisioner{
store: r.store,
hostRow: r.hostRow,