EXPECT returns an object that allows the caller to indicate expected use.
()
| 55 | |
| 56 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 57 | func (m *MockRepoClient) EXPECT() *MockRepoClientMockRecorder { |
| 58 | return m.recorder |
| 59 | } |
| 60 | |
| 61 | // Close mocks base method. |
| 62 | func (m *MockRepoClient) Close() error { |
no outgoing calls