MCPcopy Index your code
hub / github.com/deepflowio/deepflow / MetadataSubDomain

Function MetadataSubDomain

server/controller/common/metadata/platform.go:138–142  ·  view source on GitHub ↗
(subDomain metadbmodel.SubDomain)

Source from the content-addressed store, hash-verified

136}
137
138func MetadataSubDomain(subDomain metadbmodel.SubDomain) func(*Platform) {
139 return func(m *Platform) {
140 m.SetSubDomain(subDomain)
141 }
142}
143
144type DomainInfo struct {
145 metadbmodel.Domain

Callers

nothing calls this directly

Calls 1

SetSubDomainMethod · 0.80

Tested by

no test coverage detected