Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client contains an API client for a PowerDNS server
func (*Client) CreateARecord ¶
CreateARecord creates a new A record for the nameserver
func (*Client) CreateCNAMERecord ¶
CreateCNAMERecord creates a new CNAME record for the nameserver
type RecordData ¶
type RecordData struct {
RRSets []RR `json:"rrsets"`
}
RecordData represents the data required to create or delete an A/CNAME record for the nameserver
Click to show internal directories.
Click to hide internal directories.