[#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>
This commit is contained in:
parent
30c6ca0714
commit
1031f3122e
102 changed files with 7554 additions and 12298 deletions
3
v2/rpc/common.go
Normal file
3
v2/rpc/common.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package rpc
|
||||
|
||||
const serviceNamePrefix = "neo.fs.v2."
|
Loading…
Add table
Add a link
Reference in a new issue