Versions in this module Expand all Collapse all v1 v1.0.6 May 5, 2023 Changes in this version + type Client struct + HTTPClient *http.Client + func NewClient(token string) *Client + func (c Client) AddTXTRecord(ctx context.Context, domain, value string) error + func (c Client) RemoveTXTRecord(ctx context.Context, domain string) error + func (c Client) UpdateTxtRecord(ctx context.Context, domain, txt string, clear bool) error