feat: added ip type on event
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Paul 2023-10-28 16:08:50 +02:00
parent 491718ff80
commit b1d681f13f

View File

@ -56,6 +56,7 @@ type APIEvent struct {
Hostname string `json:"hostname"` Hostname string `json:"hostname"`
IPData struct { IPData struct {
IP string `json:"ip"` IP string `json:"ip"`
Type int `json:"t"`
Src string `json:"src"` Src string `json:"src"`
Hostname string `json:"hostname"` Hostname string `json:"hostname"`
Date string `json:"date"` Date string `json:"date"`