Documentation ¶
Index ¶
Constants ¶
View Source
const Unknown = "unknown"
Unknown represents an unknown version.
Variables ¶
View Source
var ( // Software represents the Oasis CLI version and should be set by the linker. Software = "0.0.0-unset" // Toolchain is the version of the Go compiler/standard library. Toolchain = runtime.Version() )
Functions ¶
func GetOasisCoreVersion ¶
func GetOasisCoreVersion() string
GetOasisCoreVersion returns the version of the Oasis Core dependency or unknown if it can't be obtained.
func GetOasisSDKVersion ¶
func GetOasisSDKVersion() string
GetOasisSDKVersion returns the version of the Oasis SDK dependency or unknown if it can't be obtained.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.