Versions in this module Expand all Collapse all v4 v4.1.2 Nov 8, 2020 v4.0.6 Nov 10, 2020 v4.0.5 Nov 10, 2020 v4.0.4 Nov 8, 2020 v4.0.3 Nov 8, 2020 v4.0.2 Nov 8, 2020 Changes in this version + type Client struct + BaseURL string + HTTPClient *http.Client + func NewClient(apiUsername, apiToken string) *Client + func (d *Client) CreateRecord(zone DNSZone, newRecord DNSRecord) (*DNSRecord, error) + func (d *Client) DeleteRecord(record *DNSRecord) error + func (d *Client) ListZones() ([]DNSZone, error) + type DNSRecord struct + Content string + ID int + Name string + TTL int + Type string + ZoneID int + type DNSZone struct + AliasesCount int + ForwardsCount int + ID int + Name string + QueriesCount int + RecordsCount int + RedirectsCount int + Synced bool + TemplateID int