Sign in
vanadium
/
release.go.x.ref
/
e6e87f1e7329215857ce3494d3b51a90797a72f1
/
.
/
lib
/
exec
/
shared.go
blob: cf31731e90675bb44d5fcd30a5586ad9c82c7100 [
file
] [
log
] [
blame
]
package exec
const (
version1 = "1.0.0"
readyStatus = "ready"
initStatus = "init"
versionVariable = "VEYRON_EXEC_VERSION"
emptyEndpoint = "emptyEndpoint"
emptyID = "emptyID"
emptySecret = "emptySecret"
)