This commit is contained in:
Jason Kulatunga
2020-09-23 11:01:53 -06:00
parent 8a336bf5c6
commit e44864e64b
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ package detect
import (
"github.com/analogj/scrutiny/collector/pkg/models"
"github.com/jaypipes/ghw"
"strings"
)
func DevicePrefix() string {
+6
View File
@@ -1,5 +1,11 @@
package detect
import (
"github.com/analogj/scrutiny/collector/pkg/models"
"github.com/jaypipes/ghw"
"strings"
)
func DevicePrefix() string {
return ""
}