frostfs-node/pkg/morph/client/container
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
..
wrapper [#203] Replace ErrEACLNotFound to core library 2020-11-24 20:19:20 +03:00
client.go [#7] Use lowercase methods in container client of storage node 2020-10-02 11:25:35 +03:00
delete.go [#7] Fix container service according to APIv2 contracts 2020-10-02 11:25:35 +03:00
eacl.go [#19] Update eACL service methods 2020-10-02 11:25:35 +03:00
eacl_set.go [#19] Update eACL service methods 2020-10-02 11:25:35 +03:00
get.go [#14] Adopt stackitems in morph requests 2020-10-02 11:25:35 +03:00
list.go [#14] Adopt stackitems in morph requests 2020-10-02 11:25:35 +03:00
put.go [#7] Fix container service according to APIv2 contracts 2020-10-02 11:25:35 +03:00