Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface struct {
// contains filtered or unexported fields
}
Interface provides a set of utilities for interacting with NVIDIA modules on the system.
type Option ¶
type Option func(*Interface)
Option is a function that sets an option on the Interface struct.
func WithDryRun ¶
WithDryRun sets the dry run option for the Interface struct.
func WithLogger ¶
WithLogger sets the logger for the Interface struct.
Click to show internal directories.
Click to hide internal directories.