package
1.4.1-debug
Repository: https://github.com/harness/lite-engine.git
Documentation: pkg.go.dev

# 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.