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

Struct STDIOTunnelConfig

config.go:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47type STDIOTunnelConfig struct {
48 Target string
49 Input *os.File
50 Output *os.File
51}
52
53type TCPServerTunnelConfig struct {
54 ListenPort int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected