Versions in this module Expand all Collapse all v4 v4.15.1 Feb 17, 2024 Changes in this version + func OAuthStaticAccessToken(client *http.Client, accessToken string) *http.Client + type Client struct + func NewClient(hc *http.Client) *Client + func (c *Client) CreateRecord(ctx context.Context, zoneID string, record DNSRecord) (*DNSRecord, error) + func (c *Client) GetRecords(ctx context.Context, zoneID string) ([]DNSRecord, error) + func (c *Client) RemoveRecord(ctx context.Context, zoneID, recordID string) error + type DNSRecord struct + Hostname string + ID string + TTL int + Type string + Value string