Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
type
DNS
interface
{
7
Init(task *ddnscore.DDNSTaskInfo)
8
// 添加或更新IPv4/IPv6记录
9
AddUpdateDomainRecords() string
10
}
Callers
9
syncDDNSTask
Function · 0.95
GetBlinkerDevice
Function · 0.65
Init
Method · 0.65
Init
Method · 0.65
Init
Method · 0.65
Init
Method · 0.65
Init
Method · 0.65
Init
Method · 0.65
syncDDNSTask
Function · 0.95
Implementers
2
ProviderCommon
module/ddns/providers/providercommon.g
DNSCommon
ddns/dnscommon.go
Calls
no outgoing calls
Tested by
no test coverage detected