MockmounterMockRecorder is the mock recorder for Mockmounter.
| 27 | |
| 28 | // MockmounterMockRecorder is the mock recorder for Mockmounter. |
| 29 | type MockmounterMockRecorder struct { |
| 30 | mock *Mockmounter |
| 31 | } |
| 32 | |
| 33 | // NewMockmounter creates a new mock instance. |
| 34 | func NewMockmounter(ctrl *gomock.Controller) *Mockmounter { |
nothing calls this directly
no outgoing calls
no test coverage detected