Documentation ¶
Index ¶
Constants ¶
View Source
const ( RecordTypeA = "A" RecordTypeAAAA = "AAAA" RecordTypeCname = "CNAME" RecordTypeTxt = "TXT" )
Variables ¶
This section is empty.
Functions ¶
func IsValidRecordType ¶
Types ¶
type DomainResponse ¶
type ErrorResponse ¶
type FQDNTypePair ¶
type RecordRequest ¶
type RecordResponse ¶
type RecordResponse struct { RecordRequest FQDN string `json:"fqdn,omitempty"` }
type RenewRequest ¶
type RenewRequest struct { Records []RecordRequest `json:"records,omitempty"` Version string `json:"version,omitempty"` }
type RenewResponse ¶
type RenewResponse struct { Name string `json:"name,omitempty"` OutOfSyncRecords []FQDNTypePair `json:"outOfSyncRecords,omitempty"` }
Click to show internal directories.
Click to hide internal directories.