Versions in this module Expand all Collapse all v4 v4.18.1 Sep 18, 2024 Changes in this version + type APIError struct + Message string + Result string + func (a APIError) Error() string + type Client struct + HTTPClient *http.Client + func NewClient(baseURL, username, password string) (*Client, error) + func (c Client) DeleteRecord(ctx context.Context, domain string, record Record) error + func (c Client) SetRecord(ctx context.Context, domain string, record Record) error + type Record struct + Name string + TTL int + Type string + Value string