监控网页实现
This commit is contained in:
7
backend/internal/monitor/disk_other.go
Normal file
7
backend/internal/monitor/disk_other.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !windows
|
||||
|
||||
package monitor
|
||||
|
||||
func getDiskSpaceGB() (float64, float64) {
|
||||
return 0, 0
|
||||
}
|
||||
Reference in New Issue
Block a user