add status fix code; to be tested
This commit is contained in:
committed by
=Michael Hohn
parent
fb5adf1b5f
commit
d2c7b98d1c
@@ -41,3 +41,8 @@ type JobSpec struct {
|
||||
SessionID int
|
||||
NameWithOwner
|
||||
}
|
||||
|
||||
type StatusSummary struct {
|
||||
Overall Status
|
||||
Counts map[Status]int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user