MCPcopy
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
34type 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

Checkerinternal/healthcheck/checker.go
Cmderinternal/command/cmder.go
MockexecCmdinternal/command/mocks_local_test.go
MockexecCmdMockRecorderinternal/command/mocks_local_test.go
Loopinternal/portforward/loop.go
Serviceinternal/portforward/service/service.g
Loopinternal/publicip/loop.go

Calls

no outgoing calls

Tested by

no test coverage detected