MCPcopy
hub / github.com/safing/portmaster / Core

Struct Core

service/core/core.go:28–34  ·  view source on GitHub ↗

Core is the core service module.

Source from the content-addressed store, hash-verified

26
27// Core is the core service module.
28type Core struct {
29 m *mgr.Manager
30 instance instance
31
32 EventShutdown *mgr.EventMgr[struct{}]
33 EventRestart *mgr.EventMgr[struct{}]
34}
35
36// Manager returns the manager.
37func (c *Core) Manager() *mgr.Manager {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected