frostfs-node/pkg
Leonard Lyubich 5e2ca0d04b [#791] blobovnicza: Implement method to iterate over object addresses
In previous implementation `Blobovnicza.Iterate` op decoded object data only
and passed it to the handler. There is a need to iterate over all addresses
of the stored objects.

Add `DecodeAddresses` and `WithoutData` methods of `IteratePrm` type. Add
`Address` method to `IterationElement` type. Make `Iterate` to decode object
addresses if `DecodeAddress` was called and not read the data if
`WithoutData` was called. Implement `IterateAddresses` helper function to
simplify the code.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-10-05 10:51:10 +03:00
..
core [#645] client/cache: Check response public key in all client operations 2021-09-30 20:57:00 +03:00
innerring [#867] governance: Add option to disable governance sync 2021-09-30 20:57:13 +03:00
local_object_storage [#791] blobovnicza: Implement method to iterate over object addresses 2021-10-05 10:51:10 +03:00
metrics [#426] Put prometheus behind pkg/metrics 2021-03-17 10:58:00 +03:00
morph [#627] morph: Inherit internal.StaticClient interface in all wrappers 2021-09-30 14:47:04 +03:00
network [#645] client/cache: Check response public key in all client operations 2021-09-30 20:57:00 +03:00
services [#645] client/cache: Check response public key in all client operations 2021-09-30 20:57:00 +03:00
util [#798] util/state: Implement persistent storage for application state 2021-09-07 17:22:25 +03:00