Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DebugInfo ¶
type DebugInfo struct {
ServerVersion string `json:"version"`
DatabaseOnline bool `json:"databaseOnline"`
DatabaseStats DBStatus `json:"databaseStats"`
CpuCores uint8 `json:"cpuCores"`
Goroutines uint16 `json:"goroutines"`
GoVersion string `json:"goVersion"`
MemoryUsage uint16 `json:"memoryUsage"`
PowerJobCount uint16 `json:"powerJobCount"`
PowerJobWithErrorCount uint16 `json:"lastPowerJobErrorCount"`
PowerJobs []PowerJob `json:"powerJobs"`
PowerJobResults []JobResult `json:"powerJobResults"`
}
Click to show internal directories.
Click to hide internal directories.