mirror of
https://github.com/henrygd/beszel.git
synced 2026-08-16 23:37:48 +02: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
|
|
}
|