Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SacctJSON ¶
type SacctJSON struct {
Jobs []openapidb.Dbv0037Job
}
SacctJobHist struct holds job history. Comes from unmarshalling sacct -A -S now-Xdays --json call.
type SacctSingleJobHist ¶
type SacctSingleJobHist struct {
Jobs []openapidb.Dbv0037Job
}
This is to distinguish in Update() the return from the jobhisttab and jobdetails tab
type SqueueJSON ¶
type SqueueJSON struct {
Jobs []openapi.V0039JobResponseProperties
}
Click to show internal directories.
Click to hide internal directories.