MockRepoClient is a mock of RepoClient interface.
| 36 | |
| 37 | // MockRepoClient is a mock of RepoClient interface. |
| 38 | type MockRepoClient struct { |
| 39 | ctrl *gomock.Controller |
| 40 | recorder *MockRepoClientMockRecorder |
| 41 | isgomock struct{} |
| 42 | } |
| 43 | |
| 44 | // MockRepoClientMockRecorder is the mock recorder for MockRepoClient. |
| 45 | type MockRepoClientMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected