Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateAuthKey ¶
Types ¶
type ZerobounceValidateResponse ¶
type ZerobounceValidateResponse struct { Address string `json:"address"` Status string `json:"status"` SubStatus string `json:"sub_status"` FreeEmail bool `json:"free_email"` DidYouMean string `json:"did_you_mean"` Account string `json:"account"` Domain string `json:"domain"` DomainAgeDays string `json:"domain_age_days"` SMTPProvider string `json:"smtp_provider"` MxRecord string `json:"mx_record"` MxFound string `json:"mx_found"` Firstname string `json:"firstname"` Lastname string `json:"lastname"` Gender string `json:"gender"` Country string `json:"country"` Region string `json:"region"` City string `json:"city"` Zipcode string `json:"zipcode"` RawProcessedAt string `json:"processed_at"` }
Click to show internal directories.
Click to hide internal directories.