diff --git a/model/amo.go b/model/amo.go index 44bc09f..11f881b 100644 --- a/model/amo.go +++ b/model/amo.go @@ -187,6 +187,16 @@ type ContactField struct { Used bool `json:"used"` } +type ContactQuizConfig string + +const ( + TypeContactName ContactQuizConfig = "name" + TypeContactEmail ContactQuizConfig = "email" + TypeContactPhone ContactQuizConfig = "phone" + TypeContactText ContactQuizConfig = "text" + TypeContactAddress ContactQuizConfig = "address" +) + type UTM struct { /* - айдишник в нашей системе Primary Key*/ ID int64 `json:"ID"`