Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + func ChecksumDriver(ctx context.Context, driverVersion string) (string, error) + func DownloadDriver(ctx context.Context, driverVersion string) (io.ReadCloser, error) + func ListSupportedDrivers(outfile string) error + type Installer struct + func NewInstaller(requestedVersion string, latest bool) (*Installer, error) + func (i *Installer) MaybeInstall(ctx context.Context) error