Status indicates an expected call of Status.
(container, msg any)
| 585 | |
| 586 | // Status indicates an expected call of Status. |
| 587 | func (mr *MockLogConsumerMockRecorder) Status(container, msg any) *gomock.Call { |
| 588 | mr.mock.ctrl.T.Helper() |
| 589 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Status", reflect.TypeOf((*MockLogConsumer)(nil).Status), container, msg) |
| 590 | } |
nothing calls this directly
no outgoing calls
no test coverage detected