Versions in this module Expand all Collapse all v3 v3.8.1 Jun 6, 2020 v3.8.0 Jun 5, 2020 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 Zone struct + ID string + Name string + type Zones struct + Zones []Zone v3.7.1-cert-manager Jun 5, 2020