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

Struct Control

service/control/module.go:20–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type Control struct {
21 mgr *mgr.Manager
22 instance instance
23 states *mgr.StateMgr
24
25 locker sync.Mutex
26 resumeWorker *mgr.WorkerMgr
27 pauseNotification *notifications.Notification
28 pauseInfo PauseInfo
29}
30
31type instance interface {
32 Config() *config.Config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected