Documentation
¶
Index ¶
- func MarshalChangeRequest(local *provider.ChangeRequest) (*common.ChangeRequest, error)
- func MarshalDNSSet(local *dns.DNSSet) *common.DNSSet
- func MarshalDNSSets(local dns.DNSSets, protocolVersion int32) common.DNSSets
- func MarshalPartialDNSSet(local *dns.DNSSet, recordType string) *common.PartialDNSSet
- func MarshalRecordSet(local *dns.RecordSet) *common.RecordSet
- func MarshalRoutingPolicy(local *dns.RoutingPolicy) *common.RoutingPolicy
- 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
- func UnmarshalRoutingPolicy(policy *common.RoutingPolicy) *dns.RoutingPolicy
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 MarshalRoutingPolicy ¶ added in v0.13.0
func MarshalRoutingPolicy(local *dns.RoutingPolicy) *common.RoutingPolicy
func UnmarshalChangeRequest ¶
func UnmarshalChangeRequest(remote *common.ChangeRequest, done provider.DoneHandler) (*provider.ChangeRequest, error)
func UnmarshalPartialDNSSet ¶
func UnmarshalPartialDNSSet(remote *common.PartialDNSSet) *dns.DNSSet
func UnmarshalRoutingPolicy ¶ added in v0.13.0
func UnmarshalRoutingPolicy(policy *common.RoutingPolicy) *dns.RoutingPolicy
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.