frostfs-node/pkg/morph/client/container
Leonard Lyubich 1c6d37e821 [#328] morph/container: Add client methods related to size estimations
Implement API methods of the Container contracts client  corresponding
to the calls of the contract for storing the used space of the container
("putContainerSize", "getContainerSize", "listContainerSizes"). Extend
the wrapper over the client with methods abstracted from sidechen calls.
In particular, the method of storing the value will be used to record
the estimates of the used space of containers calculated by the network
participants.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-02-02 15:45:04 +03:00
..
wrapper [#328] morph/container: Add client methods related to size estimations 2021-02-02 15:45:04 +03:00
client.go [#328] morph/container: Add client methods related to size estimations 2021-02-02 15:45:04 +03:00
delete.go [#7] Fix container service according to APIv2 contracts 2020-10-02 11:25:35 +03:00
eacl.go [#317] morph/client: Return complete eACL signature from contract 2021-01-15 16:25:49 +03:00
eacl_set.go [#19] Update eACL service methods 2020-10-02 11:25:35 +03:00
estimations.go [#355] moprh/client: Add start/stop container estimation methods 2021-01-29 11:23:37 +03:00
get.go [#14] Adopt stackitems in morph requests 2020-10-02 11:25:35 +03:00
list.go [#265] innerring: Select storage groups to audit 2020-12-25 16:49:27 +03:00
load.go [#328] morph/container: Add client methods related to size estimations 2021-02-02 15:45:04 +03:00
put.go [#7] Fix container service according to APIv2 contracts 2020-10-02 11:25:35 +03:00