FileSystem is an autogenerated mock type for the FileSystem type
| 22 | |
| 23 | // FileSystem is an autogenerated mock type for the FileSystem type |
| 24 | type FileSystem struct { |
| 25 | mock.Mock |
| 26 | } |
| 27 | |
| 28 | // Mkdir provides a mock function with given fields: name, perm |
| 29 | func (_m *FileSystem) Mkdir(name string, perm os.FileMode) error { |
nothing calls this directly
no outgoing calls
no test coverage detected