frostfs-api-go/v2/tombstone
Leonard Lyubich 1031f3122e [#263] v2: Support new rpc library
Implement `message.Message` interface on all structures and use new methods
for conversion instead of functions. make `Unmarshal` and JSON methods to
use encoding functions from `message` library. Remove all per-service
clients and implement `rpc` library of the functions which execute NeoFS API
RPC through new RPC client. Remove no longer used gRPC per-service clients.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-03-17 14:03:49 +03:00
..
grpc v2: Regenerate protobuf files 2021-03-15 13:27:28 +03:00
test [#263] v2: Support new rpc library 2021-03-17 14:03:49 +03:00
convert.go [#263] v2: Support new rpc library 2021-03-17 14:03:49 +03:00
json.go [#263] v2: Support new rpc library 2021-03-17 14:03:49 +03:00
marshal.go [#263] v2: Support new rpc library 2021-03-17 14:03:49 +03:00
message_test.go [#263] v2: Support new rpc library 2021-03-17 14:03:49 +03:00
types.go [#226] v2/tombstone: Implement unified message structure with methods 2020-12-10 18:26:23 +03:00