Documentation ¶
Overview ¶
Package version contains version information that is set at build time.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Vcs = "" Timestamp = "" Hostname = "" )
Additional version information that is displayed by the "version" command and used to identify the version of running instances of OPA.
View Source
var GoVersion = runtime.Version()
GoVersion is the version of Go this was built with
View Source
var Platform = runtime.GOOS + "/" + runtime.GOARCH
Platform is the runtime OS and architecture of this OPA binary
View Source
var Version = "1.0.0"
Version is the canonical version of OPA.
Functions ¶
func WasmRuntimeAvailable ¶
func WasmRuntimeAvailable() bool
WasmRuntimeAvailable indicates if a wasm runtime is available in this OPA.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.