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 AddResponse struct + Domain string + Error string + Record *Record + Success string + type Client struct + BaseURL string + HTTPClient *http.Client + func NewClient(pddToken string) (*Client, error) + func (c *Client) AddRecord(data Record) (*Record, error) + func (c *Client) GetRecords(domain string) ([]Record, error) + func (c *Client) RemoveRecord(data Record) (int, error) + type ListResponse struct + Domain string + Error string + Records []Record + Success string + type Record struct + Content string + Domain string + FQDN string + ID int + SubDomain string + TTL int + Type string + type RemoveResponse struct + Domain string + Error string + RecordID int + Success string