frostfs-api-go/rpc
Leonard Lyubich c61656a43f [#263] Define generic protobuf message
Define `Message` interface of the generic protobuf message. In the initial
implementation, the message should be convertible to and from related gRPC
message.

Implement encoding functions over the `Message` that can:

 * unmarshal the `Message` via related gRPC message;
 * decode the `Message` from JSON format via related gRPC message;
 * encode the `Message` to JSON.

Implement nested `test` package for testing the implementation.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
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