# Functions
NewMockDataProcessor creates a new instance of MockDataProcessor.
NewMockdataReader creates a new instance of MockdataReader.
NewMockDataWriter creates a new instance of MockDataWriter.
NewMockWorker creates a new instance of MockWorker.
# Structs
MockDataProcessor is an autogenerated mock type for the DataProcessor type.
No description provided by the author
MockDataProcessor_Process_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Process'.
MockdataReader is an autogenerated mock type for the dataReader type.
MockdataReader_Close_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Close'.
No description provided by the author
MockdataReader_Read_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Read'.
MockDataWriter is an autogenerated mock type for the DataWriter type.
MockDataWriter_Close_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Close'.
No description provided by the author
MockDataWriter_Write_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Write'.
MockWorker is an autogenerated mock type for the Worker type.
No description provided by the author
MockWorker_Run_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Run'.
MockWorker_SetReceiveChan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetReceiveChan'.
MockWorker_SetSendChan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetSendChan'.