diff --git a/src/models/event.go b/src/models/event.go index 6335381..d70560a 100644 --- a/src/models/event.go +++ b/src/models/event.go @@ -56,6 +56,7 @@ type APIEvent struct { Hostname string `json:"hostname"` IPData struct { IP string `json:"ip"` + Type int `json:"t"` Src string `json:"src"` Hostname string `json:"hostname"` Date string `json:"date"`