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

Interface RoutineSpawner

routine.go:58–60  ·  view source on GitHub ↗

RoutineSpawner spawns a routine (e.g. socks5, tcp static routes) after the configuration is parsed

Source from the content-addressed store, hash-verified

56
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 {
63 address string

Callers 1

mainFunction · 0.65

Implementers 6

Socks5Configconfig.go
HTTPConfigconfig.go

Calls

no outgoing calls

Tested by

no test coverage detected