mirror of
https://github.com/henrygd/beszel.git
synced 2026-03-22 13:36:16 +01: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() {}
|