frostfs-node/pkg/morph/event
Evgenii Stratonikov 7853dbc315
All checks were successful
Tests and linters / Run gofumpt (push) Successful in 1m23s
Tests and linters / Staticcheck (push) Successful in 3m10s
Vulncheck / Vulncheck (push) Successful in 4m8s
Tests and linters / Lint (push) Successful in 4m33s
Build / Build Components (push) Successful in 4m36s
Pre-commit hooks / Pre-commit (push) Successful in 5m14s
Tests and linters / Tests (push) Successful in 5m20s
Tests and linters / Tests with -race (push) Successful in 6m7s
Tests and linters / gopls check (push) Successful in 6m12s
[#1557] morph/event: Remove embedded structs from scriptHashWithValue
Also, make them public, because otherwise `unused` linter complains.
```
pkg/morph/event/utils.go:25:2  unused  field `typ` is unused
```
This complain is wrong, though: we _use_ `typ` field because the whole
struct is used as a map key.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-12-12 11:55:09 +00:00
..
balance [#1541] morph/event: Simplify balance contract event parsing 2024-12-06 10:26:39 +00:00
container [#1541] morph/event: Simplify container contract event parsing 2024-12-06 10:26:39 +00:00
frostfs [#1554] morph/event: Remove unused AlphabetUpdate event 2024-12-11 12:01:17 +00:00
netmap [#1541] morph/event: Simplify netmap contract event parsing 2024-12-06 10:26:39 +00:00
rolemanagement Rename package name 2023-03-07 16:38:26 +03:00
handlers.go [#1546] morph/event: Export NotificationHandlerInfo fields 2024-12-11 07:39:49 +00:00
listener.go [#1557] morph/event: Remove embedded structs from scriptHashWithValue 2024-12-12 11:55:09 +00:00
listener_test.go [#1546] morph/event: Export NotificationHandlerInfo fields 2024-12-11 07:39:49 +00:00
notary.go [#807] morph/event/container: Add delete notary support 2021-09-09 18:37:45 +03:00
notary_preparator.go [#607] *: Remove redundant if on error returns 2023-08-17 16:50:02 +00:00
notary_preparator_test.go [#1431] node: Fix 'empty slice declaration using a literal' 2024-10-15 08:53:59 +00:00
notification.go [#770] pkg/morph/event: Add notary notifications support 2021-09-07 12:55:01 +03:00
opcodes.go [#907] morph/event: Implement Op to string converter 2021-10-18 11:54:34 +03:00
opcodes_test.go [#822] moprh/event: Add parsers from Op struct 2021-09-13 10:32:43 +03:00
parsers.go [#1546] morph/event: Merge notification parser and handlers 2024-12-11 07:39:49 +00:00
utils.go [#1557] morph/event: Remove embedded structs from scriptHashWithValue 2024-12-12 11:55:09 +00:00
utils_test.go [#296] morph: Add parser unit tests 2023-05-10 09:40:26 +03:00