Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllStats ¶
type AllStats struct {
ID string `json:"id"`
Group string `json:"group"`
ProviderID string `json:"providerId"`
Stats monitor.Stats `json:"stats"`
}
AllStats -
type Components ¶
type Components struct {
ID string `json:"id"`
Name string `json:"name"`
Group string `json:"group"`
ProviderID string `json:"providerId"`
Stats monitor.Stats `json:"stats"`
Enable bool `json:"enable"`
System bool `json:"system"`
Order int `json:"order"`
RunOrder int `json:"runOrder"`
}
Components -
Source Files
¶
- components.go
Click to show internal directories.
Click to hide internal directories.