Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client Netlify API client.
func (*Client) CreateRecord ¶
func (c *Client) CreateRecord(ctx context.Context, zoneID string, record DNSRecord) (*DNSRecord, error)
CreateRecord creates a DNS records.
func (*Client) GetRecords ¶
GetRecords gets a DNS records.
Click to show internal directories.
Click to hide internal directories.