Documentation ¶
Overview ¶
Package drivers contains methods to download and install drivers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChecksumDriver ¶
ChecksumDriver downloads and returns the SHA265 checksum of the driver.
func DownloadDriver ¶
DownloadDriver downloads the requested driver and returns the binary as a []byte so it can be checked before written to disk.
func ListSupportedDrivers ¶
ListSupportedDrivers prints the driver to stderr in a format that can be consumed by the Makefile to iterate tests across drivers.
Types ¶
type Installer ¶
type Installer struct {
// contains filtered or unexported fields
}
Installer handles the logic to install drivers.
func NewInstaller ¶
NewInstaller returns a driver installer instance.
Click to show internal directories.
Click to hide internal directories.