Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Last active September 26, 2016 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IndianGuru/cf74dbc20e8e93c7aa8d718fff61bea8 to your computer and use it in GitHub Desktop.
Save IndianGuru/cf74dbc20e8e93c7aa8d718fff61bea8 to your computer and use it in GitHub Desktop.
Pwned Struct
type jResp struct {
Title string `json:"Title"`
Name string `json:"Name"`
Domain string `json:"Domain"`
BreachDate string `json:"BreachDate"`
AddedDate time.Time `json:"AddedDate"`
PwnCount int `json:"PwnCount"`
Description string `json:"Description"`
DataClasses []string `json:"DataClasses"`
IsVerified bool `json:"IsVerified"`
IsSensitive bool `json:"IsSensitive"`
IsActive bool `json:"IsActive"`
IsRetired bool `json:"IsRetired"`
LogoType string `json:"LogoType"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment