Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AggregateStats ¶
type AggregateStats struct { Active int `json:"active"` Pending int `json:"pending"` Aggregating int `json:"aggregating"` Scheduled int `json:"scheduled"` Retry int `json:"retry"` Archived int `json:"archived"` Completed int `json:"completed"` Processed int `json:"processed"` Failed int `json:"failed"` Timestamp time.Time `json:"timestamp"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.