Documentation
¶
Index ¶
- func MarshalChangeRequest(local *provider.ChangeRequest) (*common.ChangeRequest, error)
- func MarshalDNSSet(local *dns.DNSSet) *common.DNSSet
- func MarshalDNSSets(local dns.DNSSets) common.DNSSets
- func MarshalPartialDNSSet(local *dns.DNSSet, recordType string) *common.PartialDNSSet
- func MarshalRecordSet(local *dns.RecordSet) *common.RecordSet
- func UnmarshalChangeRequest(remote *common.ChangeRequest, done provider.DoneHandler) (*provider.ChangeRequest, error)
- func UnmarshalDNSSet(remote *common.DNSSet) *dns.DNSSet
- func UnmarshalDNSSets(remote common.DNSSets) dns.DNSSets
- func UnmarshalPartialDNSSet(remote *common.PartialDNSSet) *dns.DNSSet
- func UnmarshalRecordSet(rs *common.RecordSet) *dns.RecordSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalChangeRequest ¶
func MarshalChangeRequest(local *provider.ChangeRequest) (*common.ChangeRequest, error)
func MarshalPartialDNSSet ¶
func MarshalPartialDNSSet(local *dns.DNSSet, recordType string) *common.PartialDNSSet
func UnmarshalChangeRequest ¶
func UnmarshalChangeRequest(remote *common.ChangeRequest, done provider.DoneHandler) (*provider.ChangeRequest, error)
func UnmarshalPartialDNSSet ¶
func UnmarshalPartialDNSSet(remote *common.PartialDNSSet) *dns.DNSSet
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.