MCPcopy Create free account
hub / github.com/devspace-sh/devspace / tunnelServer

Struct tunnelServer

helper/tunnel/server.go:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type tunnelServer struct {
21 remote.UnimplementedTunnelServer
22
23 // ping is used to determine if we still have an alive connection
24 ping *pingtimeout.PingTimeout
25}
26
27func StartTunnelServer(reader io.Reader, writer io.Writer, exitOnClose, ping bool) error {
28 pipe := util.NewStdStreamJoint(reader, writer, exitOnClose)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected