Versions in this module Expand all Collapse all v4 v4.18.1 Sep 18, 2024 Changes in this version + type APIResponse struct + Message string + Result int + type Client struct + HTTPClient *http.Client + func NewClient(userID, apiKey string) (*Client, error) + func (c *Client) SetRecord(ctx context.Context, hostname string, value string, ttl int) error + type Record struct + APIKey string + Hostname string + TTL int + Type string + UserID string + Value string