Documentation ¶ Index ¶ type AllStats type Components 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"` Stats monitor.Stats `json:"stats"` } AllStats - type Components ¶ type Components struct { ID string `json:"id"` Name string `json:"name"` Stats monitor.Stats `json:"stats"` Enable bool `json:"enable"` System bool `json:"system"` Order int `json:"order"` } Components - Source Files ¶ View all Source files components.go Click to show internal directories. Click to hide internal directories.