Versions in this module Expand all Collapse all v3 v3.9.0 Sep 1, 2020 v3.8.0 Jul 2, 2020 v3.7.0 May 11, 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 Other modules containing this package github.com/go-acme/lego/v4