MCPcopy
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
56func (d Domain) String() string {
57 if d.SubDomain != "" {
58 return d.SubDomain + "." + d.DomainName
59 }
60 return d.DomainName
61}
62
63// GetFullDomain 获得全部的,子域名
64func (d Domain) GetFullDomain() string {

Callers 15

ToASCIIMethod · 0.95
main.goFile · 0.45
getServiceFunction · 0.45
uninstallServiceFunction · 0.45
installServiceFunction · 0.45
hasDomainMethod · 0.45
replaceParaMethod · 0.45
processSubDomainMethod · 0.45

Calls

no outgoing calls