frostfs-api-go/rpc
Leonard Lyubich 30c6ca0714 [#263] Implement client for exchanging raw Protobuf messages
Implement generic `Client` that can communicate with the remote server via
protobuf `Message`'s. The client can uniformly execute any protobuf RPC
on the remote server using any of the supported transport protocols.
Currently only gRPC protocol is supported.

Additionally implement helpful functions to transmit messages by one of the
flow types: unary, client- or server-side stream.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-03-17 14:03:49 +03:00
..
client [#263] Implement client for exchanging raw Protobuf messages 2021-03-17 14:03:49 +03:00
common [#263] Implement client for exchanging raw messages using gRPC protocol 2021-03-17 14:03:49 +03:00
grpc [#263] Implement client for exchanging raw messages using gRPC protocol 2021-03-17 14:03:49 +03:00
message [#263] Define generic protobuf message 2021-03-17 14:03:49 +03:00