Этот коммит содержится в:
=Corey Hulen
2016-01-09 08:54:07 -06:00
родитель 25538df397
Коммит b1a7c1acf1
12 изменённых файлов: 347 добавлений и 439 удалений

Просмотреть файл

@@ -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"`
}