Documentation ¶
Index ¶
- type Client
- func (c *Client) APIVersion() int
- func (c *Client) GetHostedZone(ctx context.Context, authZone string) (*HostedZone, error)
- func (c *Client) Notify(ctx context.Context, zone *HostedZone) error
- func (c *Client) SetAPIVersion(ctx context.Context) error
- func (c *Client) UpdateRecords(ctx context.Context, zone *HostedZone, sets RRSets) error
- type HostedZone
- type RRSet
- type RRSets
- type Record
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Host *url.URL HTTPClient *http.Client // contains filtered or unexported fields }
Client the PowerDNS API client.
func (*Client) APIVersion ¶
func (*Client) GetHostedZone ¶
func (*Client) UpdateRecords ¶
type HostedZone ¶
Click to show internal directories.
Click to hide internal directories.