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(token string) *Client + func (c *Client) AddTxtRRSet(rrSet RRSet) (*RRSet, error) + func (c *Client) DeleteTxtRRSet(domainName, subName string) error + func (c *Client) GetTxtRRSet(domainName, subName string) (*RRSet, error) + func (c *Client) UpdateTxtRRSet(domainName, subName string, records []string) (*RRSet, error) + type NotFound struct + Detail string + func (n NotFound) Error() string + type RRSet struct + Domain string + Name string + Records []string + SubName string + TTL int + Type string