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

Struct Interoperability

service/interop/module.go:33–40  ·  view source on GitHub ↗

Module for interoperability with third-party applications

Source from the content-addressed store, hash-verified

31
32// Module for interoperability with third-party applications
33type Interoperability struct {
34 mgr *mgr.Manager
35 instance instance
36 cfgDnsNameServers config.StringArrayOption
37 dnsListenAddress string
38 interopModules []interopModule
39 verdictHandlerRegistered atomic.Bool
40}
41
42// Manager returns the module manager.
43func (u *Interoperability) Manager() *mgr.Manager {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected