Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct { Jobs JobStats `json:"jobs"` Tasks TasksStats `json:"tasks"` Nodes NodeStats `json:"nodes"` }
type TasksStats ¶
type TasksStats struct {
Running int `json:"running"`
}
Click to show internal directories.
Click to hide internal directories.