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

Struct ProfileModule

service/profile/module.go:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type ProfileModule struct {
29 mgr *mgr.Manager
30 instance instance
31
32 EventConfigChange *mgr.EventMgr[string]
33 EventDelete *mgr.EventMgr[string]
34 EventMigrated *mgr.EventMgr[[]string]
35
36 states *mgr.StateMgr
37}
38
39func (pm *ProfileModule) Manager() *mgr.Manager {
40 return pm.mgr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected