Documentation
¶
Overview ¶
Package version provides build- and run-time version information of the driver.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVersionJSON ¶
GetVersionJSON returns JSON string representation of `VersionInfo`.
Types ¶
type VersionInfo ¶
type VersionInfo struct { DriverVersion string `json:"driverVersion"` GitCommit string `json:"gitCommit"` BuildDate string `json:"buildDate"` GoVersion string `json:"goVersion"` Compiler string `json:"compiler"` Platform string `json:"platform"` }
A VersionInfo represents build- and run-time version information of the driver.
Click to show internal directories.
Click to hide internal directories.