frostfs-node/pkg/morph/client/container/wrapper
Leonard Lyubich 395fd187ac [#505] morph/container: Add key argument to client wrapper's SetEACL
In recent changes argument list of set eACL call of Container contract
client was extended with binary public key. In the future there will be a
need to pass the table in binary format.

Replace `PutEACL` method with `PutEACLBinary` one which accepts three binary
parameters: eACL table, key and signature. Create `PutEACL` function similar
to the removed method, but accepting `Signature` structure instead of just
a signature. Use this function in Container service server in the place
where `PutEACL` was used.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-05-25 16:35:52 +03:00
..
container.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
eacl.go [#505] morph/container: Add key argument to client wrapper's SetEACL 2021-05-25 16:35:52 +03:00
estimations.go [#486] morph/client: Separate container estimation functions 2021-05-05 12:45:16 +03:00
wrapper.go [#496] Remove unused type aliases and errors 2021-05-25 13:41:39 +03:00