From 416edf5094dbf972b5dbd8acb1ccf195d87f3a38 Mon Sep 17 00:00:00 2001 From: Pavel Date: Wed, 27 Mar 2024 17:35:06 +0300 Subject: [PATCH] fix --- model/model.go | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/model/model.go b/model/model.go index cd0792a..e5fcaea 100644 --- a/model/model.go +++ b/model/model.go @@ -133,21 +133,21 @@ type Answer struct { } type ResultContent struct { - Text string `json:"text"` - Name string `json:"name"` - Email string `json:"email"` - Phone string `json:"phone"` - Address string `json:"address"` - Telegram string `json:"telegram"` - Wechat string `json:"wechat"` - Viber string `json:"viber"` - Vk string `json:"vk"` - Skype string `json:"skype"` - Whatsup string `json:"whatsup"` - Messenger string `json:"messenger"` - Custom map[string]string `json:"customs"` - Start bool `json:"start"` - IMGContent ImageContent `json:"imagecontent"` + Text string `json:"text"` + Name string `json:"name"` + Email string `json:"email"` + Phone string `json:"phone"` + Address string `json:"address"` + Telegram string `json:"telegram"` + Wechat string `json:"wechat"` + Viber string `json:"viber"` + Vk string `json:"vk"` + Skype string `json:"skype"` + Whatsup string `json:"whatsup"` + Messenger string `json:"messenger"` + Custom map[string]string `json:"customs"` + Start bool `json:"start"` + //IMGContent ImageContent `json:"imagecontent"` } type ImageContent struct {