MCPcopy
hub / github.com/docker/compose / Start

Method Start

cmd/formatter/shortcut.go:81–81  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

79// Feature is an compose feature that can be started/stopped by a menu command
80type Feature interface {
81 Start(context.Context) error
82 Stop() error
83}
84

Callers 4

TestDoneDeadlockFixFunction · 0.65
SetupFunction · 0.65
runStartFunction · 0.65
ToggleWatchMethod · 0.65

Implementers 4

MockComposepkg/mocks/mock_docker_compose_api.go
MockComposeMockRecorderpkg/mocks/mock_docker_compose_api.go
composeServicepkg/compose/compose.go
Watcherpkg/compose/watch.go

Calls

no outgoing calls

Tested by 1

TestDoneDeadlockFixFunction · 0.52