Skip to content

Commit

Permalink
remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Reisinger committed Nov 16, 2021
1 parent 4bc9758 commit fd9a535
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions checks/urlscan.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,9 @@ type urlscan struct {
Results []struct {
IndexedAt time.Time `json:"indexedAt"`
Page struct {
Country string `json:"country"`
Server string `json:"server"`
Domain string `json:"domain"`
IP string `json:"ip"`
MimeType string `json:"mimeType"`
Asnname string `json:"asnname"`
Asn string `json:"asn"`
URL string `json:"url"`
Ptr string `json:"ptr"`
Status string `json:"status"`
} `json:"page"`
Result string `json:"result"`
Expand Down

0 comments on commit fd9a535

Please sign in to comment.