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

Method Start

server/controller/manager/task.go:83–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83func (t *Task) Start() {
84 t.Cloud.Start()
85
86 t.startDomainRefreshMonitor()
87 if t.Cloud.GetBasicInfo().Type != common.KUBERNETES {
88 t.startSubDomainRefreshMonitor()
89 }
90}
91
92func (t *Task) startDomainRefreshMonitor() {
93 go func() {

Callers

nothing calls this directly

Calls 4

StartMethod · 0.65
GetBasicInfoMethod · 0.45

Tested by

no test coverage detected