Versions in this module Expand all Collapse all v4 v4.18.1 Sep 18, 2024 Changes in this version + type APIResponse struct + Answer *Answer + ErrorCode string + ErrorText string + Result string + func (a APIResponse) Error() string + func (a APIResponse) HasError() error + type AddTxtRequest struct + Domains []Domain + OutputContentType string + SubDomain string + Text string + type Answer struct + Domains []DomainResponse + type Client struct + HTTPClient *http.Client + func NewClient(username, password string) *Client + func (c Client) AddTXTRecord(ctx context.Context, domain, subDomain, content string) error + func (c Client) RemoveTxtRecord(ctx context.Context, domain, subDomain, content string) error + type Domain struct + DName string + type DomainResponse struct + DName string + ErrorCode string + ErrorText string + Result string + func (d DomainResponse) Error() string + type RemoveRecordRequest struct + Content string + Domains []Domain + OutputContentType string + RecordType string + SubDomain string