Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/passteque/gluetun
/ Cmder
Interface
Cmder
internal/portforward/interfaces.go:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
type
Cmder
interface
{
35
Start(cmd *exec.Cmd) (stdoutLines, stderrLines <-
chan
string,
36
waitError <-
chan
error, startErr error)
37
}
Callers
nothing calls this directly
Implementers
7
Checker
internal/healthcheck/checker.go
Cmder
internal/command/cmder.go
MockexecCmd
internal/command/mocks_local_test.go
MockexecCmdMockRecorder
internal/command/mocks_local_test.go
Loop
internal/portforward/loop.go
Service
internal/portforward/service/service.g
Loop
internal/publicip/loop.go
Calls
no outgoing calls
Tested by
no test coverage detected