MCPcopy Index your code
hub / github.com/ddev/ddev / ExecHostTask

Struct ExecHostTask

pkg/ddevapp/task.go:35–38  ·  view source on GitHub ↗

ExecHostTask is the struct that defines "exec-host" tasks for hooks, commands that get run on the host.

Source from the content-addressed store, hash-verified

33// ExecHostTask is the struct that defines "exec-host" tasks for hooks,
34// commands that get run on the host.
35type ExecHostTask struct {
36 exec string
37 app *DdevApp
38}
39
40// ComposerTask is the struct that defines "composer" tasks for hooks, commands
41// to be run in containers.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected