frostfs-node/pkg/morph/event/container
Leonard Lyubich 36c5e4c527 [#907] morph/event/container: Parse PutNamed event
Implement `ParsePutNamedNotary` function which parses `PutNamed` structure
from `event.NotaryEvent`. Share common code with `ParsePutNotary` function.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-10-18 11:54:34 +03:00
..
delete.go [#807] morph/event/container: Add `delete` notary support 2021-09-09 18:37:45 +03:00
delete_notary.go [#822] event/notaryPreparator: Do not pass `PACK` opcode 2021-09-13 10:32:43 +03:00
delete_test.go [#525] event/container: Parse session token from Delete notification 2021-05-27 12:03:49 +03:00
eacl.go [#807] morph/event/container: Add `setEACL` notary support 2021-09-09 18:37:45 +03:00
eacl_notary.go [#822] event/notaryPreparator: Do not pass `PACK` opcode 2021-09-13 10:32:43 +03:00
eacl_test.go [#525] event/container: Parse session token from SetEACL notification 2021-05-27 12:03:49 +03:00
estimates.go [#521] *: use stdlib `errors` package 2021-05-19 16:42:54 +03:00
estimates_test.go [#355] morph/event: Add container estimate size events 2021-01-29 11:23:37 +03:00
put.go [#907] morph/event/container: Define PutNamed event 2021-10-18 11:54:34 +03:00
put_notary.go [#907] morph/event/container: Parse PutNamed event 2021-10-18 11:54:34 +03:00
put_test.go [#525] event/container: Parse binary session token from Put notification 2021-05-27 12:03:49 +03:00