MockInstaller is a mock of Installer interface.
| 108 | |
| 109 | // MockInstaller is a mock of Installer interface. |
| 110 | type MockInstaller struct { |
| 111 | ctrl *gomock.Controller |
| 112 | recorder *MockInstallerMockRecorder |
| 113 | } |
| 114 | |
| 115 | // MockInstallerMockRecorder is the mock recorder for MockInstaller. |
| 116 | type MockInstallerMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected