# Functions
No description provided by the author
NewMockFile creates a new mock instance.
NewMockFileSystem creates a new mock instance.
# Structs
MockFile is a mock of File interface.
MockFileMockRecorder is the mock recorder for MockFile.
MockFileSystem is a mock of FileSystem interface.
MockFileSystemMockRecorder is the mock recorder for MockFileSystem.
# Interfaces
No description provided by the author
go:generate mockgen -source filesystem.go -destination mock_filesystem.go -package filesystem FileSystem File.