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

Method Set

internal/proxy/sysproxy.go:19–19  ·  view source on GitHub ↗
(addr string, bypass []string)

Source from the content-addressed store, hash-verified

17
18type SystemProxy interface {
19 Set(addr string, bypass []string) error
20
21 Disable() error
22

Implementers 5

WindowsSystemProxyinternal/proxy/sysproxy_windows.go
DarwinSystemProxyinternal/proxy/sysproxy_darwin.go
LinuxSystemProxyinternal/proxy/sysproxy_linux.go
stubSystemProxyinternal/proxy/manager_mode_test.go
StubSystemProxyinternal/proxy/sysproxy_other.go

Calls

no outgoing calls