chore: sync local changes (2026-03-12)
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package main
|
||||
|
||||
import "errors"
|
||||
|
||||
func readStorage() ([]StorageMetrics, error) {
|
||||
return nil, errors.New("storage monitoring is only supported on Linux")
|
||||
}
|
||||
|
||||
func readAllStorage() ([]StorageMetrics, error) {
|
||||
return nil, errors.New("storage monitoring is only supported on Linux")
|
||||
}
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package main
|
||||
|
||||
import "errors"
|
||||
|
||||
func readStorage() ([]StorageMetrics, error) {
|
||||
return nil, errors.New("storage monitoring is only supported on Linux")
|
||||
}
|
||||
|
||||
func readAllStorage() ([]StorageMetrics, error) {
|
||||
return nil, errors.New("storage monitoring is only supported on Linux")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user