Versions in this module Expand all Collapse all v4 v4.18.1 Sep 18, 2024 Changes in this version + type Client struct + HTTPClient *http.Client + func NewClient(apiUser string, apiKey string) *Client + func (c *Client) AddTXTRecord(ctx context.Context, domain, name, value string, ttl int) (int, error) + func (c *Client) DeleteTXTRecord(ctx context.Context, recordID int) error + type Record struct + RecordID int + type Response struct + Record Record + Status Status + type Status struct + Code int