Watch indicates an expected call of Watch.
(ctx, project, options any)
| 526 | |
| 527 | // Watch indicates an expected call of Watch. |
| 528 | func (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. |
| 534 | type MockLogConsumer struct { |
nothing calls this directly
no outgoing calls
no test coverage detected