We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7685110 + 338a7e7 commit 532907fCopy full SHA for 532907f
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