Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystem ¶
FileSystem is an autogenerated mock type for the FileSystem type
func NewFileSystem ¶
func NewFileSystem(t interface { mock.TestingT Cleanup(func()) }) *FileSystem
NewFileSystem creates a new instance of FileSystem. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*FileSystem) OpenFile ¶
func (_m *FileSystem) OpenFile(path string) (interfaces.Writer, error)
OpenFile provides a mock function with given fields: path
type QueryCommand ¶
QueryCommand is an autogenerated mock type for the QueryCommand type
func NewQueryCommand ¶
func NewQueryCommand(t interface { mock.TestingT Cleanup(func()) }) *QueryCommand
NewQueryCommand creates a new instance of QueryCommand. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*QueryCommand) Read ¶
func (_m *QueryCommand) Read() ([]byte, error)
Read provides a mock function with given fields: