Files
beszel-ipv6/agent/mdraid_stub.go
2026-02-27 13:42:47 -05:00

12 lines
195 B
Go

//go:build !linux
package agent
func scanMdraidDevices() []*DeviceInfo {
return nil
}
func (sm *SmartManager) collectMdraidHealth(deviceInfo *DeviceInfo) (bool, error) {
return false, nil
}