Versions in this module Expand all Collapse all v3 v3.8.88 Aug 2, 2020 v3.8.77 Aug 2, 2020 Changes in this version + type Client struct + BaseURL string + HTTPClient *http.Client + func NewClient(apiKey, apiSecret string) (*Client, error) + func (c *Client) CreateRecord(domain *Domain, record *Record) error + func (c *Client) DeleteRecord(record Record) error + func (c *Client) GetDomain(authZone string) (*Domain, error) + func (c *Client) GetRecords(domain *Domain, recordName, recordType string) (*[]Record, error) + type Domain struct + ID int + Name string + type Record struct + ID int + Name string + SourceID int + TTL int + Type string + Value string Other modules containing this package github.com/luckygo666/lego