MCPcopy
hub / github.com/windtf/wireproxy / SpawnRoutine

Method SpawnRoutine

routine.go:59–59  ·  view source on GitHub ↗
(vt *VirtualTun)

Source from the content-addressed store, hash-verified

57// RoutineSpawner spawns a routine (e.g. socks5, tcp static routes) after the configuration is parsed
58type RoutineSpawner interface {
59 SpawnRoutine(vt *VirtualTun)
60}
61
62type addressPort struct {

Callers 1

mainFunction · 0.65

Implementers 6

Socks5Configconfig.go
HTTPConfigconfig.go

Calls

no outgoing calls

Tested by

no test coverage detected