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

Method Execute

pkg/ddevapp/task.go:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17// Task is the interface defining methods we'll use in various tasks
18type Task interface {
19 Execute() error
20 GetDescription() string
21}
22

Callers 15

ProcessHooksMethod · 0.95
generateRouterComposeFunction · 0.65
PushGlobalTraefikConfigFunction · 0.65
configureTraefikForAppFunction · 0.65
writeTypo3SettingsFileFunction · 0.65
CreateGitIgnoreFunction · 0.65
processBashHostActionFunction · 0.65
RenderComposeYAMLMethod · 0.65

Implementers 3

ExecTaskpkg/ddevapp/task.go
ExecHostTaskpkg/ddevapp/task.go
ComposerTaskpkg/ddevapp/task.go

Calls

no outgoing calls

Tested by

no test coverage detected