Preflight batch output destinations

This commit is contained in:
2026-08-01 21:51:42 +00:00
parent 28bdc04fba
commit bf1746a756
4 changed files with 64 additions and 11 deletions

View File

@@ -11,7 +11,8 @@ import (
)
type plannedBatchReport struct {
Resolved report.Resolved
Resolved report.Resolved
OutputPath string
}
func planBatchRun(req BatchRequest, now time.Time, collection collect.Result) ([]plannedBatchReport, error) {