Publish mocks base method.
(event string, message []byte)
| 56 | |
| 57 | // Publish mocks base method. |
| 58 | func (m *MockPubsub) Publish(event string, message []byte) error { |
| 59 | m.ctrl.T.Helper() |
| 60 | ret := m.ctrl.Call(m, "Publish", event, message) |
| 61 | ret0, _ := ret[0].(error) |
| 62 | return ret0 |
| 63 | } |
| 64 | |
| 65 | // Publish indicates an expected call of Publish. |
| 66 | func (mr *MockPubsubMockRecorder) Publish(event, message any) *gomock.Call { |