Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ NewSystemServiceManager
Function
NewSystemServiceManager
internal/nodes/system_services.go:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
func
NewSystemServiceManager() *SystemServiceManager {
42
return
&SystemServiceManager{}
43
}
44
45
func
(this *SystemServiceManager) Setup() error {
46
if
sharedNodeConfig == nil || !sharedNodeConfig.IsOn {
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected