Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryCheck ¶
Types ¶
type Data ¶
type Data struct { IpAddress string `json:"ipAddress"` IsPublic bool `json:"isPublic"` IpVersion int `json:"IpVersion"` IsWhitelisted bool `json:"isWhitelisted"` AbuseConfidenceScore int `json:"abuseConfidenceScore"` CountryCode string `json:"countryCode"` CountryName string `json:"countryName"` UsageType string `json:"usageType"` Isp string `json:"isp"` Domain string `json:"domain"` Hostnames Hostnames `json:"hostnames"` TotalReports int `json:"toalReports"` NumDistinctUsers int `json:"numDistinctUsers"` LastReportedAt string `json:"lastReportedAt"` Reports []Reports `json:"reports"` }
Click to show internal directories.
Click to hide internal directories.