Versions in this module Expand all Collapse all v3 v3.8.1 Jun 6, 2020 v3.8.0 Jun 5, 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 v3.7.1-cert-manager Jun 5, 2020