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

Struct WindowsSystemProxy

internal/proxy/sysproxy_windows.go:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72type WindowsSystemProxy struct {
73 router *Router
74 snapshotPath string
75}
76
77func NewWindowsSystemProxy(router *Router) *WindowsSystemProxy {
78 return &WindowsSystemProxy{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected