Categorygithub.com/golang-ninja-courses/error-handling-masterytasks07-working-with-errors-in-concurrencycommand-executormocks
# Functions
NewMockICmdExecutor creates a new mock instance.
NewMockIMetricsCollector creates a new mock instance.
NewMockITransport creates a new mock instance.
# Structs
MockICmdExecutor is a mock of ICmdExecutor interface.
MockICmdExecutorMockRecorder is the mock recorder for MockICmdExecutor.
MockIMetricsCollector is a mock of IMetricsCollector interface.
MockIMetricsCollectorMockRecorder is the mock recorder for MockIMetricsCollector.
MockITransport is a mock of ITransport interface.
MockITransportMockRecorder is the mock recorder for MockITransport.