Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DriverVersion = "null"
)
Functions ¶
func GetVersionYaml ¶
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.
Click to show internal directories.
Click to hide internal directories.