summaryrefslogtreecommitdiffstats
path: root/model/command_response.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-09 08:54:07 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-09 08:54:07 -0600
commitb1a7c1acf139efbb5312b4aa939bd94155e6a9e6 (patch)
treee47ec1ff21092af62b7be1218ba56472fcb60fad /model/command_response.go
parent25538df397f46d03b99a4b492bcef7cf68859a8a (diff)
downloadchat-b1a7c1acf139efbb5312b4aa939bd94155e6a9e6.tar.gz
chat-b1a7c1acf139efbb5312b4aa939bd94155e6a9e6.tar.bz2
chat-b1a7c1acf139efbb5312b4aa939bd94155e6a9e6.zip
adding different commands
Diffstat (limited to 'model/command_response.go')
-rw-r--r--model/command_response.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/command_response.go b/model/command_response.go
index 001384864..9314f38ef 100644
--- a/model/command_response.go
+++ b/model/command_response.go
@@ -16,6 +16,7 @@ const (
type CommandResponse struct {
ResponseType string `json:"response_type"`
Text string `json:"text"`
+ GotoLocation string `json:"goto_location"`
Attachments interface{} `json:"attachments"`
}