ReadDir mocks base method.
(arg0 string)
| 117 | |
| 118 | // ReadDir mocks base method. |
| 119 | func (m *Mockmounter) ReadDir(arg0 string) ([]os.DirEntry, error) { |
| 120 | m.ctrl.T.Helper() |
| 121 | ret := m.ctrl.Call(m, "ReadDir", arg0) |
| 122 | ret0, _ := ret[0].([]os.DirEntry) |
| 123 | ret1, _ := ret[1].(error) |
| 124 | return ret0, ret1 |
| 125 | } |
| 126 | |
| 127 | // ReadDir indicates an expected call of ReadDir. |
| 128 | func (mr *MockmounterMockRecorder) ReadDir(arg0 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected