package
0.1.0-rc.3
Repository: https://github.com/renbou/loggo.git
Documentation: pkg.go.dev

# Functions

NewServerStreamMock returns a mock for grpc.ServerStream.

# Structs

ServerStreamMock implements grpc.ServerStream.
ServerStreamMockContextExpectation specifies expectation struct of the ServerStream.Context.
ServerStreamMockContextResults contains results of the ServerStream.Context.
ServerStreamMockRecvMsgExpectation specifies expectation struct of the ServerStream.RecvMsg.
ServerStreamMockRecvMsgParams contains parameters of the ServerStream.RecvMsg.
ServerStreamMockRecvMsgResults contains results of the ServerStream.RecvMsg.
ServerStreamMockSendHeaderExpectation specifies expectation struct of the ServerStream.SendHeader.
ServerStreamMockSendHeaderParams contains parameters of the ServerStream.SendHeader.
ServerStreamMockSendHeaderResults contains results of the ServerStream.SendHeader.
ServerStreamMockSendMsgExpectation specifies expectation struct of the ServerStream.SendMsg.
ServerStreamMockSendMsgParams contains parameters of the ServerStream.SendMsg.
ServerStreamMockSendMsgResults contains results of the ServerStream.SendMsg.
ServerStreamMockSetHeaderExpectation specifies expectation struct of the ServerStream.SetHeader.
ServerStreamMockSetHeaderParams contains parameters of the ServerStream.SetHeader.
ServerStreamMockSetHeaderResults contains results of the ServerStream.SetHeader.
ServerStreamMockSetTrailerExpectation specifies expectation struct of the ServerStream.SetTrailer.
ServerStreamMockSetTrailerParams contains parameters of the ServerStream.SetTrailer.