Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepflowio/deepflow
/ Start
Method
Start
server/controller/cloud/cloud.go:127–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
}
126
127
func
(c *Cloud) Start() {
128
go
c.run()
129
go
c.startKubernetesGatherTask()
130
}
131
132
func
(c *Cloud) Stop() {
133
c.platform.ClearDebugLog()
Callers
nothing calls this directly
Calls
2
run
Method · 0.95
startKubernetesGatherTask
Method · 0.95
Tested by
no test coverage detected