diff options
Diffstat (limited to 'worker/models.go')
| -rw-r--r-- | worker/models.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/worker/models.go b/worker/models.go index 9f60eb0..4a318d0 100644 --- a/worker/models.go +++ b/worker/models.go @@ -7,6 +7,7 @@ import ( const ( resultSuccess = "success" + resultCompileError = "compile_error" resultRuntimeError = "runtime_error" resultTimeout = "timeout" resultInternalError = "internal_error" |
