# Functions
NewMockConn creates a new mock instance.
NewMockConnection creates a new mock instance.
NewMockDialer creates a new mock instance.
NewMockListener creates a new mock instance.
NewMockReader creates a new mock instance.
NewMockReadWriter creates a new mock instance.
NewMockWriter creates a new mock instance.
# Structs
MockConn is a mock of Conn interface.
MockConnection is a mock of Connection interface.
MockConnectionMockRecorder is the mock recorder for MockConnection.
MockConnMockRecorder is the mock recorder for MockConn.
MockDialer is a mock of Dialer interface.
MockDialerMockRecorder is the mock recorder for MockDialer.
MockListener is a mock of Listener interface.
MockListenerMockRecorder is the mock recorder for MockListener.
MockReader is a mock of Reader interface.
MockReaderMockRecorder is the mock recorder for MockReader.
MockReadWriter is a mock of ReadWriter interface.
MockReadWriterMockRecorder is the mock recorder for MockReadWriter.
MockWriter is a mock of Writer interface.
MockWriterMockRecorder is the mock recorder for MockWriter.