There was an error while loading. Please reload this page.
1 parent 7685110 commit 338a7e7Copy full SHA for 338a7e7
2 files changed
pkg/nvpci/nvpci.go
@@ -46,6 +46,8 @@ const (
46
)
47
48
// Interface allows us to get a list of all NVIDIA PCI devices.
49
+//
50
+//go:generate moq -rm -fmt=goimports -out nvpci_mock.go . Interface
51
type Interface interface {
52
GetAllDevices() ([]*NvidiaPCIDevice, error)
53
Get3DControllers() ([]*NvidiaPCIDevice, error)
0 commit comments