mirror of
https://github.com/Dvorinka/beszel.git
synced 2026-06-03 21:02:56 +00:00
12 lines
195 B
Go
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
|
|
}
|