pkg

package
v0.0.0-...-a7fc55d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DriverVersion = "null"
)

Functions

func GetVersionYaml

func GetVersionYaml(driverName string) (string, error)

GetVersionYaml returns the version information of the driver in YAML format.

Types

type VersionInfo

type VersionInfo struct {
	DriverName    string `json:"Driver Name"`
	DriverVersion string `json:"Driver Version"`
	GitCommit     string `json:"Git Commit"`
	BuildDate     string `json:"Build Date"`
	GoVersion     string `json:"Go Version"`
	Compiler      string `json:"Compiler"`
	Platform      string `json:"Platform"`
}

func GetVersionInfo

func GetVersionInfo(driverName string) *VersionInfo

GetVersionInfo returns the version information of the driver.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL