EXPECT returns an object that allows the caller to indicate expected use.
()
| 37 | |
| 38 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 39 | func (m *MockPubsub) EXPECT() *MockPubsubMockRecorder { |
| 40 | return m.recorder |
| 41 | } |
| 42 | |
| 43 | // Close mocks base method. |
| 44 | func (m *MockPubsub) Close() error { |
no outgoing calls