ComposerTask is the struct that defines "composer" tasks for hooks, commands to be run in containers.
| 40 | // ComposerTask is the struct that defines "composer" tasks for hooks, commands |
| 41 | // to be run in containers. |
| 42 | type ComposerTask struct { |
| 43 | execRaw []string |
| 44 | app *DdevApp |
| 45 | } |
| 46 | |
| 47 | // Execute executes an ExecTask |
| 48 | func (c ExecTask) Execute() error { |
nothing calls this directly
no outgoing calls
no test coverage detected