mirror of
https://github.com/nspcc-dev/neofs-api-go.git
synced 2026-03-01 04:28:56 +00:00
Add some constructors or setters #73
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 @smallhive on GitHub (Jun 26, 2023).
Writing unit tests requires creating the following structures, to override rpc calls from client:
The problem is, these structures contain private fields of public types and there is no way (neither constructor nor setter) to set them up outside
api-go. Without them, some client methods can't be tested without real node