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"
)