MCPcopy Create free account
hub / github.com/AandStep/ResultV / LinuxSystemProxy

Struct LinuxSystemProxy

internal/proxy/sysproxy_linux.go:49–54  ·  view source on GitHub ↗

LinuxSystemProxy fans out proxy configuration to every available backend on the host. A backend that is not installed (e.g., gsettings on a KDE-only system) is silently skipped; if no backend is available, Set returns an error so the caller can surface it to the user.

Source from the content-addressed store, hash-verified

47// system) is silently skipped; if no backend is available, Set returns an
48// error so the caller can surface it to the user.
49type LinuxSystemProxy struct {
50 router *Router
51 backends []linuxBackend
52
53 mu sync.Mutex
54}
55
56var _ SystemProxy = (*LinuxSystemProxy)(nil)
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected