summaryrefslogtreecommitdiffstats
path: root/model/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/command.go')
-rw-r--r--model/command.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/model/command.go b/model/command.go
index 2b26aad1c..5aec5f534 100644
--- a/model/command.go
+++ b/model/command.go
@@ -9,7 +9,8 @@ import (
)
const (
- RESP_EXECUTED = "executed"
+ RESP_EXECUTED = "executed"
+ RESP_NOT_IMPLEMENTED = "not implemented"
)
type Command struct {