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

Function NewLogsHook

pkg/devspace/hook/logs.go:12–16  ·  view source on GitHub ↗
(writer io.Writer)

Source from the content-addressed store, hash-verified

10)
11
12func NewLogsHook(writer io.Writer) RemoteHook {
13 return &remoteLogsHook{
14 Writer: writer,
15 }
16}
17
18type remoteLogsHook struct {
19 Writer io.Writer

Callers 1

runHookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected