add types contact quiz config, for detection
This commit is contained in:
parent
7b58bc46fa
commit
9a2f7a097e
10
model/amo.go
10
model/amo.go
@ -187,6 +187,16 @@ type ContactField struct {
|
|||||||
Used bool `json:"used"`
|
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 {
|
type UTM struct {
|
||||||
/* - айдишник в нашей системе Primary Key*/
|
/* - айдишник в нашей системе Primary Key*/
|
||||||
ID int64 `json:"ID"`
|
ID int64 `json:"ID"`
|
||||||
|
Loading…
Reference in New Issue
Block a user