Versions in this module Expand all Collapse all v1 v1.0.6 May 5, 2023 Changes in this version + const APIKeyHeader + type Client struct + BaseURL *url.URL + HTTPClient *http.Client + func NewClient(apiKey string) *Client + func (c *Client) AddTXTRecord(ctx context.Context, domain, name, value string, ttl int) error + func (c *Client) DeleteTXTRecord(ctx context.Context, domain, name string) error + type Record struct + RRSetName string + RRSetTTL int + RRSetType string + RRSetValues []string