Versions in this module Expand all Collapse all v4 v4.9.11 Feb 21, 2023 Changes in this version + type Client struct + BaseURL string + HTTPClient *http.Client + func NewClient(apiKey string) *Client + func (c *Client) CreateRecord(record DNSRecord) error + func (c *Client) DeleteRecord(recordID string) error + func (c *Client) GetTxtRecord(name, value, zoneID string) (*DNSRecord, error) + func (c *Client) GetZoneID(domain string) (string, error) + type DNSRecord struct + ID string + Name string + Priority int + TTL int + Type string + Value string + ZoneID string + type DNSRecords struct + Records []DNSRecord + type Meta struct + Pagination Pagination + type Pagination struct + LastPage int + Page int + PerPage int + TotalEntries int + type Zone struct + ID string + Name string + type Zones struct + Meta Meta + Zones []Zone