frostfs-node/pkg/morph/client
Leonard Lyubich fddc50fd85 [#203] Replace ErrEACLNotFound to core library
ErrEACLNotFound error was defined in implementation package. EACL validator
checked this error after the call of eACL storage interface method. Replace
ErrEACLNotFound to core container library. in order to: on the one hand not
use an implementation error, on the other hand, to be able to reuse a
generic type error (404).

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-11-24 20:19:20 +03:00
..
balance [#122] Return big.Int in balanceOf function 2020-10-29 10:14:59 +03:00
container [#203] Replace ErrEACLNotFound to core library 2020-11-24 20:19:20 +03:00
netmap [#174] Use Marshal(JSON)/Unmarshal(JSON) methods for encoding/decoding 2020-11-17 11:56:00 +03:00
client.go [#124] Update neo-go to pre-preview4 version 2020-11-02 13:54:31 +03:00
client_test.go [#22] Support string type in stack parameter converter 2020-10-19 12:27:56 +03:00
constructor.go [#127] Remove magic number from config 2020-11-02 13:54:31 +03:00
static.go [#14] Adopt stackitems in morph requests 2020-10-02 11:25:35 +03:00
util.go [#124] Update neo-go to pre-preview4 version 2020-11-02 13:54:31 +03:00
util_test.go [#124] Update neo-go to pre-preview4 version 2020-11-02 13:54:31 +03:00