This commit is contained in:
Jason Kulatunga
2020-09-18 19:54:48 -06:00
parent 23d5b86b1b
commit 3deca46851
+5
View File
@@ -1,5 +1,10 @@
package detect
import (
"github.com/analogj/scrutiny/collector/pkg/models"
"github.com/jaypipes/ghw"
)
func (d *Detect) devicePrefix() string {
return "/dev/"
}