RoutineSpawner spawns a routine (e.g. socks5, tcp static routes) after the configuration is parsed
| 56 | |
| 57 | // RoutineSpawner spawns a routine (e.g. socks5, tcp static routes) after the configuration is parsed |
| 58 | type RoutineSpawner interface { |
| 59 | SpawnRoutine(vt *VirtualTun) |
| 60 | } |
| 61 | |
| 62 | type addressPort struct { |
| 63 | address string |
no outgoing calls
no test coverage detected