Log mocks base method.
(containerName, message string)
| 567 | |
| 568 | // Log mocks base method. |
| 569 | func (m *MockLogConsumer) Log(containerName, message string) { |
| 570 | m.ctrl.T.Helper() |
| 571 | m.ctrl.Call(m, "Log", containerName, message) |
| 572 | } |
| 573 | |
| 574 | // Log indicates an expected call of Log. |
| 575 | func (mr *MockLogConsumerMockRecorder) Log(containerName, message any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected