frostfs-api-go/rpc/grpc
Leonard Lyubich cf765a61a6 [#263] Implement client for exchanging raw messages using gRPC protocol
Implement gRPC client that can uniformly execute any RPC on the remote
server. In the primary implementation, the client is a thin wrapper over
gRPC client connection that is required to create the client. In the future,
it is planned to expand the library with convenient functionality.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-03-17 14:03:49 +03:00
..
call_options.go [#263] Implement client for exchanging raw messages using gRPC protocol 2021-03-17 14:03:49 +03:00
client.go [#263] Implement client for exchanging raw messages using gRPC protocol 2021-03-17 14:03:49 +03:00
init.go [#263] Implement client for exchanging raw messages using gRPC protocol 2021-03-17 14:03:49 +03:00
options.go [#263] Implement client for exchanging raw messages using gRPC protocol 2021-03-17 14:03:49 +03:00
util.go [#263] Implement client for exchanging raw messages using gRPC protocol 2021-03-17 14:03:49 +03:00