frostfs-node/pkg/morph
Evgenii Stratonikov 7853dbc315 [#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
..
client [#1538] morph/container: Make opts struct similar to that of other contracts 2024-12-04 15:30:58 +03:00
event [#1557] morph/event: Remove embedded structs from scriptHashWithValue 2024-12-12 11:55:09 +00:00
metrics [#424] morph: Fix cache metrics 2023-06-14 18:26:19 +03:00
subscriber [#1437] blobovnicza: Fix contextcheck linter 2024-11-13 10:36:08 +03:00
timer [#1507] timer/test: Use const for constants 2024-11-20 08:36:25 +00:00