MCPcopy 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
41func NewSystemServiceManager() *SystemServiceManager {
42 return &SystemServiceManager{}
43}
44
45func (this *SystemServiceManager) Setup() error {
46 if sharedNodeConfig == nil || !sharedNodeConfig.IsOn {

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected