MCPcopy Index your code
hub / github.com/docker/docker-agent / ShellOutput

Function ShellOutput

pkg/runtime/event.go:304–310  ·  view source on GitHub ↗
(output string)

Source from the content-addressed store, hash-verified

302}
303
304func ShellOutput(output string) Event {
305 return &ShellOutputEvent{
306 Type: "shell",
307 Output: output,
308 AgentContext: newAgentContext(""),
309 }
310}
311
312type WarningEvent struct {
313 AgentContext

Callers 1

RunBangCommandMethod · 0.92

Calls 1

newAgentContextFunction · 0.85

Tested by

no test coverage detected