Versions in this module Expand all Collapse all v4 v4.12.0 Dec 19, 2023 v4.11.2 Dec 13, 2023 Changes in this version + type APIError struct + Debug string + Message string + func (a APIError) Error() string + type Client struct + HTTPClient *http.Client + func NewClient(login string, apiKey string) *Client + func (c Client) AddRecord(domain string, record Record) error + func (c Client) RemoveRecord(domain string, record Record) error + type Record struct + Data string + Name string + TTL int + Type string