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

Interface Feature

cmd/formatter/shortcut.go:80–83  ·  cmd/formatter/shortcut.go::Feature

Feature is an compose feature that can be started/stopped by a menu command

Source from the content-addressed store, hash-verified

78
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
85type KEYBOARD_LOG_LEVEL int
86

Callers 12

TestDoneDeadlockFixFunction · 0.65
SetupFunction · 0.65
runStartFunction · 0.65
ToggleWatchMethod · 0.65
stopMethod · 0.65
StartMethod · 0.65
DoneMethod · 0.65
eventMethod · 0.65
runStopFunction · 0.65
AdaptCmdFunction · 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

no test coverage detected