refactor: integrate CLI's code & CI into main repo (#1343)
This commit is contained in:
9
cli/pkg/utils/disk_linux.go
Normal file
9
cli/pkg/utils/disk_linux.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package utils
|
||||
|
||||
func GetDrives() []string {
|
||||
return []string{}
|
||||
}
|
||||
|
||||
func GetDiskSpace(path string) (total uint64, free uint64, err error) {
|
||||
return total, free, err
|
||||
}
|
||||
Reference in New Issue
Block a user