moved hard drive device detection to collector (So we can run multiple in parallel).

This commit is contained in:
Jason Kulatunga
2020-08-19 22:34:27 -07:00
parent c6a0033786
commit 40f5cbef6c
6 changed files with 121 additions and 101 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"time"
)
type DeviceRespWrapper struct {
type DeviceWrapper struct {
Success bool `json:"success"`
Errors []error `json:"errors"`
Data []Device `json:"data"`