frostfs-node/pkg/morph/event/container
Leonard Lyubich 7c1babb7d6 [#1632] node: Subscribe on the successful container creations/removals
There is a need to sync container-related caching mechanism with the
actual Sidechain changes. To do this, node should be able to listen
incoming notifications about container ops.

Define `PutSuccess` / `DeleteSuccess` notification event's parsers.
Subscribe to these events in node app. As initial implementation node
will log event receipts. Later handling is going to be practically
complicated.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-09-02 11:29:55 +04:00
..
delete.go [#1632] node: Subscribe on the successful container creations/removals 2022-09-02 11:29:55 +04:00
delete_notary.go
delete_test.go [#1632] node: Subscribe on the successful container creations/removals 2022-09-02 11:29:55 +04:00
eacl.go
eacl_notary.go
eacl_test.go
estimates.go
estimates_test.go
put.go [#1632] node: Subscribe on the successful container creations/removals 2022-09-02 11:29:55 +04:00
put_notary.go
put_test.go [#1632] node: Subscribe on the successful container creations/removals 2022-09-02 11:29:55 +04:00