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

Function NewSubDomainPrefix

server/controller/common/metadata/platform.go:175–177  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

173}
174
175func NewSubDomainPrefix(name string) logger.Prefix {
176 return &SubDomainNameLogPrefix{name}
177}
178
179type SubDomainNameLogPrefix struct {
180 Name string

Callers 1

SetSubDomainMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected