Versions in this module Expand all Collapse all v4 v4.9.11 Feb 21, 2023 Changes in this version + type Client struct + HTTPClient *http.Client + func NewClient(accountName string, apiKey string) (*Client, error) + func (c *Client) AddRecord(zoneName string, record Record) (int64, error) + func (c *Client) DeleteRecord(zoneName string, id int64) error + func (c *Client) EditRecord(zoneName string, id int64, record Record) error + func (c *Client) GetRecords(zoneName string) ([]Record, error) + type Record struct + Data string + ID int64 + Name string + Priority int + TTL int + Type string