pull/51/head
Jason Kulatunga 4 years ago
parent 8a336bf5c6
commit e44864e64b

@ -3,6 +3,7 @@ package detect
import (
"github.com/analogj/scrutiny/collector/pkg/models"
"github.com/jaypipes/ghw"
"strings"
)
func DevicePrefix() string {

@ -1,5 +1,11 @@
package detect
import (
"github.com/analogj/scrutiny/collector/pkg/models"
"github.com/jaypipes/ghw"
"strings"
)
func DevicePrefix() string {
return ""
}

Loading…
Cancel
Save