add new varibale start to answer and answer content

This commit is contained in:
Pavel 2024-03-15 13:45:07 +03:00
parent a34c0e2e51
commit 0adfe44ab8

@ -129,6 +129,7 @@ type Answer struct {
Browser string Browser string
IP string IP string
OS string OS string
Start bool
} }
type ResultContent struct { type ResultContent struct {
@ -145,6 +146,7 @@ type ResultContent struct {
Whatsup string `json:"whatsup"` Whatsup string `json:"whatsup"`
Messenger string `json:"messenger"` Messenger string `json:"messenger"`
Custom map[string]string `json:"customs"` Custom map[string]string `json:"customs"`
Start bool `json:"start"`
} }
type ResultAnswer struct { type ResultAnswer struct {