Documentation ¶ Index ¶ func NewCollector() collector.RPCCollector type EnvironmentItem Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCollector ¶ func NewCollector() collector.RPCCollector NewCollector creates a new collector Types ¶ type EnvironmentItem ¶ type EnvironmentItem struct { Name string Status string OK bool IsTemp bool `default:"false"` IsFan bool `default:"false"` IsPower bool `default:"false"` Temperature float64 Fan float64 Power float64 } Source Files ¶ View all Source files environment_collector.go environment_item.go parser.go templates.go Click to show internal directories. Click to hide internal directories.