fixes.
This commit is contained in:
@@ -3,6 +3,7 @@ package detect
|
|||||||
import (
|
import (
|
||||||
"github.com/analogj/scrutiny/collector/pkg/models"
|
"github.com/analogj/scrutiny/collector/pkg/models"
|
||||||
"github.com/jaypipes/ghw"
|
"github.com/jaypipes/ghw"
|
||||||
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
func DevicePrefix() string {
|
func DevicePrefix() string {
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
package detect
|
package detect
|
||||||
|
|
||||||
|
import (
|
||||||
|
"github.com/analogj/scrutiny/collector/pkg/models"
|
||||||
|
"github.com/jaypipes/ghw"
|
||||||
|
"strings"
|
||||||
|
)
|
||||||
|
|
||||||
func DevicePrefix() string {
|
func DevicePrefix() string {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user