| 70 | } |
| 71 | |
| 72 | type WindowsSystemProxy struct { |
| 73 | router *Router |
| 74 | snapshotPath string |
| 75 | } |
| 76 | |
| 77 | func NewWindowsSystemProxy(router *Router) *WindowsSystemProxy { |
| 78 | return &WindowsSystemProxy{ |
nothing calls this directly
no outgoing calls
no test coverage detected