Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIError ¶
type APIError struct { APIResponse AddRecordMessage string `json:"add_record"` DelRecordMessage string `json:"del_record"` AddDomainMessage string `json:"add_domain"` DelDomainMessage string `json:"del_domain"` }
type APIResponse ¶
type Domains ¶
type Domains struct { APIResponse APICall string `json:"add_domain"` Subdomains map[string]Subdomain `json:"subdomains"` }
Click to show internal directories.
Click to hide internal directories.