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 *url.URL + HTTPClient *http.Client + func NewClient(authID, subAuthID, authPassword string) (*Client, error) + func (c *Client) AddTxtRecord(zoneName, fqdn, value string, ttl int) error + func (c *Client) FindTxtRecord(zoneName, fqdn string) (*TXTRecord, error) + func (c *Client) GetZone(authFQDN string) (*Zone, error) + func (c *Client) RemoveTxtRecord(recordID int, zoneName string) error + type TXTRecord struct + Failover int + Host string + ID int + Record string + Status int + TTL int + Type string + type TXTRecords map[string]TXTRecord + type Zone struct + Name string + Status string + Type string + Zone string Other modules containing this package github.com/soulik/lego