Status mocks base method.
(container, msg string)
| 579 | |
| 580 | // Status mocks base method. |
| 581 | func (m *MockLogConsumer) Status(container, msg string) { |
| 582 | m.ctrl.T.Helper() |
| 583 | m.ctrl.Call(m, "Status", container, msg) |
| 584 | } |
| 585 | |
| 586 | // Status indicates an expected call of Status. |
| 587 | func (mr *MockLogConsumerMockRecorder) Status(container, msg any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected