EXPECT returns an object that allows the caller to indicate expected use.
()
| 43 | |
| 44 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 45 | func (m *MockStore) EXPECT() *MockStoreMockRecorder { |
| 46 | return m.recorder |
| 47 | } |
| 48 | |
| 49 | // AcquireChats mocks base method. |
| 50 | func (m *MockStore) AcquireChats(ctx context.Context, arg database.AcquireChatsParams) ([]database.Chat, error) { |
no outgoing calls