MockRepoClientMockRecorder is the mock recorder for MockRepoClient.
| 43 | |
| 44 | // MockRepoClientMockRecorder is the mock recorder for MockRepoClient. |
| 45 | type MockRepoClientMockRecorder struct { |
| 46 | mock *MockRepoClient |
| 47 | } |
| 48 | |
| 49 | // NewMockRepoClient creates a new mock instance. |
| 50 | func NewMockRepoClient(ctrl *gomock.Controller) *MockRepoClient { |
nothing calls this directly
no outgoing calls
no test coverage detected