MCPcopy
hub / github.com/gdy666/lucky / DNS

Interface DNS

ddns/dns.go:6–10  ·  view source on GitHub ↗

DNS interface

Source from the content-addressed store, hash-verified

4
5// DNS interface
6type DNS interface {
7 Init(task *ddnscore.DDNSTaskInfo)
8 // 添加或更新IPv4/IPv6记录
9 AddUpdateDomainRecords() string
10}

Callers 9

syncDDNSTaskFunction · 0.95
GetBlinkerDeviceFunction · 0.65
InitMethod · 0.65
InitMethod · 0.65
InitMethod · 0.65
InitMethod · 0.65
InitMethod · 0.65
InitMethod · 0.65
syncDDNSTaskFunction · 0.95

Implementers 2

ProviderCommonmodule/ddns/providers/providercommon.g
DNSCommonddns/dnscommon.go

Calls

no outgoing calls

Tested by

no test coverage detected