go:generate mockgen -source=remount.go -package=ebutil -destination=mock_mounter_test.go -write_generate_directive Mockmounter is a mock of mounter interface.
| 21 | |
| 22 | // Mockmounter is a mock of mounter interface. |
| 23 | type Mockmounter struct { |
| 24 | ctrl *gomock.Controller |
| 25 | recorder *MockmounterMockRecorder |
| 26 | } |
| 27 | |
| 28 | // MockmounterMockRecorder is the mock recorder for Mockmounter. |
| 29 | type MockmounterMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected