frostfs-node/pkg/services/container
Leonard Lyubich 2622e11ae3 [#328] container/load: Implement local storage of used space announcements
Implement a component that stores the values of the used space of
containers. The storage allows you to write several values for a fixed
container and epoch number, and read the averaged estimates of all
accumulated values. All values are stored in memory. This component is
planned to be used as an accumulator of opinions from various network
participants about the fullness of the container.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-02-02 15:45:04 +03:00
..
announcement/load [#328] container/load: Implement local storage of used space announcements 2021-02-02 15:45:04 +03:00
morph [#317] morph/client: Return complete eACL signature from contract 2021-01-15 16:25:49 +03:00
executor.go [#83] services: Remove setting of meta header from executing services 2020-10-23 10:54:48 +03:00
response.go [#83] services: Implement response sub-service for each service 2020-10-23 10:54:48 +03:00
sign.go [#83] services/util: Define type of response message interface 2020-10-23 10:54:48 +03:00