Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Breaches ¶
type Breaches struct { AddedDate string `json:"AddedDate"` BreachDate string `json:"BreachDate"` DataClasses []string `json:"DataClasses"` Description string `json:"Description"` Domain string `json:"Domain"` IsActive bool `json:"IsActive"` IsFabricated bool `json:"IsFabricated"` IsRetired bool `json:"IsRetired"` IsSensitive bool `json:"IsSensitive"` IsSpamList bool `json:"IsSpamList"` IsVerified bool `json:"IsVerified"` LogoType string `json:"LogoType"` Name string `json:"Name"` PwnCount int64 `json:"PwnCount"` Title string `json:"Title"` }
Breaches contains the details for each breach
Click to show internal directories.
Click to hide internal directories.