MCPcopy Index your code
hub / github.com/SagerNet/sing-tun / Stack

Interface Stack

stack.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type Stack interface {
22 Start() error
23 Close() error
24}
25
26type StackOptions struct {
27 Context context.Context

Callers

nothing calls this directly

Implementers 10

Systemstack_system.go
autoRedirectredirect_linux.go
NativeTuntun_linux.go
packageManagerpackages_android.go
Mixedstack_mixed.go
redirectServerredirect_server.go
networkUpdateMonitormonitor_darwin.go
defaultInterfaceMonitormonitor_shared.go
GVisorstack_gvisor.go
nfqueueHandlernfqueue_linux.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…