Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jeessy2/ddns-go
/ String
Method
String
config/domains.go:56–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
)
55
56
func
(d Domain) String() string {
57
if
d.SubDomain !=
""
{
58
return
d.SubDomain +
"."
+ d.DomainName
59
}
60
return
d.DomainName
61
}
62
63
// GetFullDomain 获得全部的,子域名
64
func
(d Domain) GetFullDomain() string {
Callers
15
TestBuildEdgeOneDomainTuplesKeepsCombinedAddresses
Function · 0.95
ToASCII
Method · 0.95
main.go
File · 0.45
getService
Function · 0.45
uninstallService
Function · 0.45
installService
Function · 0.45
appendEdgeOneDomainTuples
Function · 0.45
getDesiredOriginRecords
Method · 0.45
hasDomain
Method · 0.45
addUpdateDomainRecords
Method · 0.45
replacePara
Method · 0.45
processSubDomain
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestBuildEdgeOneDomainTuplesKeepsCombinedAddresses
Function · 0.76
TestParseDomainArr
Function · 0.36