mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-05 10:49:42 +01:00
4a30625a70
* Expose the max receive message length channel argument + unittest * `ClientError` GADT ctor => `ClientErrorResponse`, expose `ClientError` Prior to this commit, the name `ClientError` was both: - The name of a data constructor name for the `ClientResult` GADT - A name of an internal sum type for capturing different kinds of client errors We want to expose the latter to users of the library, and so expose the latter and rename the former. * Remove unused `MultiWayIf` lang ext |
||
---|---|---|
.. | ||
LowLevelTests | ||
ssl | ||
GeneratedTests.hs | ||
LowLevelTests.hs | ||
Properties.hs | ||
protoc.sh | ||
simple-client.sh | ||
simple-server.sh | ||
simple.proto | ||
test-client.py | ||
test-client.sh | ||
test-server.py | ||
test-server.sh | ||
TestClient.hs | ||
tests.patch | ||
TestServer.hs | ||
UnsafeTests.hs |