mirror of
https://github.com/nspcc-dev/neofs-api-go.git
synced 2026-03-01 04:28:56 +00:00
Use single layer of messages #70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cthulhu-rider on GitHub (Apr 21, 2022).
In current implementation we have 2 layers of messages:
After #389 generated messages provide stable marshaling, so we can purge v2 layer on type-level.
We also need to adopt
rpcfunctionality.@fyrchik commented on GitHub (Jun 30, 2022):