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

Struct OSIntegration

service/integration/module.go:9–18  ·  view source on GitHub ↗

OSIntegration module provides special integration with the OS.

Source from the content-addressed store, hash-verified

7
8// OSIntegration module provides special integration with the OS.
9type OSIntegration struct {
10 m *mgr.Manager
11
12 OnInitializedEvent *mgr.EventMgr[struct{}]
13
14 //nolint:unused
15 os OSSpecific
16
17 instance instance
18}
19
20// New returns a new OSIntegration module.
21func New(instance instance) (*OSIntegration, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected