# Functions
NewMockRequest creates a new mock instance.
NewMockStream creates a new mock instance.
# Structs
MockRequest is a mock of Request interface.
MockRequestMockRecorder is the mock recorder for MockRequest.
MockStream is a mock of Stream interface.
MockStreamMockRecorder is the mock recorder for MockStream.
RequestGetChunkCall wrap *gomock.Call.
StreamRecvCall wrap *gomock.Call.