add status fix code; to be tested

This commit is contained in:
Michael Hohn
2025-08-28 15:11:13 -07:00
committed by =Michael Hohn
parent fb5adf1b5f
commit d2c7b98d1c
2 changed files with 62 additions and 9 deletions

View File

@@ -41,3 +41,8 @@ type JobSpec struct {
SessionID int
NameWithOwner
}
type StatusSummary struct {
Overall Status
Counts map[Status]int
}