ExecHostTask is the struct that defines "exec-host" tasks for hooks, commands that get run on the host.
| 33 | // ExecHostTask is the struct that defines "exec-host" tasks for hooks, |
| 34 | // commands that get run on the host. |
| 35 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected