Versions in this module Expand all Collapse all v3 v3.0.3 Sep 30, 2019 Changes in this version + type Client struct + BaseURL *url.URL + HTTPClient *http.Client + func NewClient(authID string, authPassword string) (*Client, error) + func (c *Client) AddTxtRecord(zoneName string, 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/arno01/lego