Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailInformation ¶
type Response ¶ added in v0.1.4
type Response struct { Email string `json:"email"` Domain string `json:"domain"` MXRecordFound bool `json:"mxRecordFound"` SPFRecordFound bool `json:"spfRecordFound"` SPFRecordContent string `json:"spfRecordContent"` DMARCRecordFound bool `json:"dmarcRecordFound"` DMARCRecordContent string `json:"dmarcRecordContent"` IsThrowawayEmail bool `json:"isThrowAwayEmail"` }
Click to show internal directories.
Click to hide internal directories.