mirror of
https://github.com/henrygd/beszel.git
synced 2026-08-18 16:27:50 +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
|
|
}
|