mirror of
https://github.com/henrygd/beszel.git
synced 2026-08-17 04:36:17 +00:00
14 lines
208 B
Go
14 lines
208 B
Go
//go:build !linux
|
|
|
|
package agent
|
|
|
|
type intelSysfsEnergySnapshot struct{}
|
|
|
|
func (gm *GPUManager) hasIntelSysfs() bool {
|
|
return false
|
|
}
|
|
|
|
func (gm *GPUManager) startIntelSysfsCollector() bool {
|
|
return false
|
|
}
|