Sign in
vanadium
/
release.go.x.ref
/
1e78cccd0b2a26d171b4988899c7590fd801c889
/
.
/
lib
/
exec
/
shared.go
blob: 08c54ad2f1f4fd9ee13c51ec428998432366ceb5 [
file
] [
log
] [
blame
]
package exec
const (
version1 = "1.0.0"
readyStatus = "ready::"
failedStatus = "failed::"
initStatus = "init"
versionVariable = "VEYRON_EXEC_VERSION"
)