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

Method Watch

pkg/mocks/mock_docker_compose_api.go:528–531  ·  view source on GitHub ↗

Watch indicates an expected call of Watch.

(ctx, project, options any)

Source from the content-addressed store, hash-verified

526
527// Watch indicates an expected call of Watch.
528func (mr *MockComposeMockRecorder) Watch(ctx, project, options any) *gomock.Call {
529 mr.mock.ctrl.T.Helper()
530 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Watch", reflect.TypeOf((*MockCompose)(nil).Watch), ctx, project, options)
531}
532
533// MockLogConsumer is a mock of LogConsumer interface.
534type MockLogConsumer struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected