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

Struct Compat

service/compat/module.go:17–25  ·  view source on GitHub ↗

Compat is the compatibility check module.

Source from the content-addressed store, hash-verified

15
16// Compat is the compatibility check module.
17type Compat struct {
18 mgr *mgr.Manager
19 instance instance
20
21 selfcheckWorkerMgr *mgr.WorkerMgr
22 cleanNotifyThresholdWorkerMgr *mgr.WorkerMgr
23
24 states *mgr.StateMgr
25}
26
27// Manager returns the module manager.
28func (u *Compat) Manager() *mgr.Manager {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected