egrpc (egrpc v0.1.1)
View SourceSummary
Types
-type channel() :: egrpc_stub:channel().
-type client() :: client_name() | channel().
-type client_name() :: atom().
-type grpc_error() :: egrpc_error:grpc_error().
-type grpc_type() :: unary | client_streaming | server_streaming | bidi_streaming.
-type stream() :: egrpc_stream:stream().