frostfs-node/cmd/neofs-node
Leonard Lyubich 8419294f22 [#328] container/load: Implement AnnounceUsedSpace NeoFS API v2 RPC handler
Implement processing of AnnounceUsedSpace RPC from NeoFS API v2 method on
the app-side according to the following algorithm (except common steps for
each RPC):

 * check if the request sender is presented in container;
 * check route of the request (compose from signatures);
 * pass the value to Writer returned by WriterProvider.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-02-02 15:45:04 +03:00
..
accounting.go [#83] services: Remove setting of meta header from executing services 2020-10-23 10:54:48 +03:00
attributes.go [#302] Fix golint else/return linter errors 2021-01-12 18:47:02 +03:00
config.go [#339] cmd/node: Change the way the local NodeInfo structure is stored 2021-01-25 17:13:46 +03:00
container.go [#328] container/load: Implement AnnounceUsedSpace NeoFS API v2 RPC handler 2021-02-02 15:45:04 +03:00
control.go [#323] cmd/node: Compose functions for closing components in app 2021-01-18 18:53:39 +03:00
grpc.go [#323] cmd/node: Compose functions for closing components in app 2021-01-18 18:53:39 +03:00
main.go [#323] cmd/node: Compose functions for closing components in app 2021-01-18 18:53:39 +03:00
morph.go [#304] cmd/neofs-node: Select random NEO endpoints from the list 2021-01-12 19:20:27 +03:00
netmap.go [#339] cmd/node: Change the way the local NodeInfo structure is stored 2021-01-25 17:13:46 +03:00
object.go [#350] object/acl: Make best effort to classify request 2021-01-27 20:18:33 +03:00
pprof.go [#68] Add go pprof to neofs-storage 2020-10-02 19:47:08 +03:00
session.go [#83] services: Remove setting of meta header from executing services 2020-10-23 10:54:48 +03:00
worker.go [#108] cmd/neofs-node: Listen new epoch notifications from morph 2020-10-21 14:42:51 +03:00