mirror of
https://github.com/Dvorinka/beszel.git
synced 2026-06-03 21:02:56 +00:00
10 lines
354 B
Go
10 lines
354 B
Go
//go:build !darwin
|
|
|
|
package agent
|
|
|
|
// startPowermetricsCollector is a no-op on non-darwin platforms; the real implementation is in gpu_darwin.go.
|
|
func (gm *GPUManager) startPowermetricsCollector() {}
|
|
|
|
// startMacmonCollector is a no-op on non-darwin platforms; the real implementation is in gpu_darwin.go.
|
|
func (gm *GPUManager) startMacmonCollector() {}
|