forked from TrueCloudLab/frostfs-node
f76083484b
Morph event structures defined in `pkg/morph/event` should only carry notification values without any additional interpretation. All logical work should be concentrated on app-side. Change `Bind.User` / `Unbind.User` to return byte slice. Change `Bind.Keys` / `Unbind.Keys` to return `[][]byte`. `ParseBind` / `ParseUnbind` don't decode data from now. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru> |
||
---|---|---|
.. | ||
bind.go | ||
bind_test.go | ||
cheque.go | ||
cheque_test.go | ||
config.go | ||
config_test.go | ||
deposit.go | ||
deposit_test.go | ||
ir_update.go | ||
ir_update_test.go | ||
unbind.go | ||
unbind_test.go | ||
withdraw.go | ||
withdraw_test.go |