MCPcopy Create free account
hub / github.com/docker/compose / Watch

Method Watch

pkg/mocks/mock_docker_compose_api.go:520–525  ·  view source on GitHub ↗

Watch mocks base method.

(ctx context.Context, project *types.Project, options api.WatchOptions)

Source from the content-addressed store, hash-verified

518
519// Watch mocks base method.
520func (m *MockCompose) Watch(ctx context.Context, project *types.Project, options api.WatchOptions) error {
521 m.ctrl.T.Helper()
522 ret := m.ctrl.Call(m, "Watch", ctx, project, options)
523 ret0, _ := ret[0].(error)
524 return ret0
525}
526
527// Watch indicates an expected call of Watch.
528func (mr *MockComposeMockRecorder) Watch(ctx, project, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected