Versions in this module Expand all Collapse all v4 v4.18.1 Sep 18, 2024 Changes in this version + const DefaultBaseURL + func OAuthStaticAccessToken(client *http.Client, accessToken string) *http.Client + type APIError struct + ID string + Message string + func (a APIError) Error() string + type Client struct + BaseURL *url.URL + func NewClient(hc *http.Client) *Client + func (c *Client) AddTxtRecord(ctx context.Context, zone string, record Record) (*TxtRecordResponse, error) + func (c *Client) RemoveTxtRecord(ctx context.Context, zone string, recordID int) error + type Record struct + Data string + ID int + Name string + TTL int + Type string + type TxtRecordResponse struct + DomainRecord Record