Versions in this module Expand all Collapse all v4 v4.15.1 Feb 17, 2024 Changes in this version + type Client struct + HTTPClient *http.Client + func NewClient(masterID string, password string) *Client + func (c Client) AddTXTRecord(ctx context.Context, domain, value string) error + func (c Client) DeleteTXTRecord(ctx context.Context, domain, value string) error