MockInstaller is a mock of Installer interface.
| 272 | |
| 273 | // MockInstaller is a mock of Installer interface. |
| 274 | type MockInstaller struct { |
| 275 | ctrl *gomock.Controller |
| 276 | recorder *MockInstallerMockRecorder |
| 277 | } |
| 278 | |
| 279 | // MockInstallerMockRecorder is the mock recorder for MockInstaller. |
| 280 | type MockInstallerMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected