MCPcopy Index your code
hub / github.com/devspace-sh/devspace / NewRemoteCommandHook

Function NewRemoteCommandHook

pkg/devspace/hook/remote_command.go:20–25  ·  view source on GitHub ↗
(stdout io.Writer, stderr io.Writer)

Source from the content-addressed store, hash-verified

18)
19
20func NewRemoteCommandHook(stdout io.Writer, stderr io.Writer) RemoteHook {
21 return &remoteCommandHook{
22 Stdout: stdout,
23 Stderr: stderr,
24 }
25}
26
27type remoteCommandHook struct {
28 Stdout io.Writer

Callers 1

runHookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected