frostfs-node/pkg/morph/client/container
Evgenii Stratonikov 0decb95591 [#625] morph/client: make all constructors return no error
In some places we panic, in some we return error, in some (audit) just return a client.
However in all of the places static client is created immediately before
the sugared-client creation.

This commit makes all constructors to just return a client for the sake
of code simplification and unification.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-02-01 15:47:54 +03:00
..
wrapper [#625] morph/client: make all constructors return no error 2022-02-01 15:47:54 +03:00
client.go [#625] morph/client: make all constructors return no error 2022-02-01 15:47:54 +03:00
delete.go [#625] morph/client: make method names constant 2022-02-01 15:47:54 +03:00
eacl.go [#625] morph/client: make method names constant 2022-02-01 15:47:54 +03:00
eacl_set.go [#625] morph/client: make method names constant 2022-02-01 15:47:54 +03:00
estimations.go [#625] morph/client: make method names constant 2022-02-01 15:47:54 +03:00
get.go [#625] morph/client: make method names constant 2022-02-01 15:47:54 +03:00
list.go [#625] morph/client: make method names constant 2022-02-01 15:47:54 +03:00
load.go [#625] morph/client: make method names constant 2022-02-01 15:47:54 +03:00
put.go [#625] morph/client: make method names constant 2022-02-01 15:47:54 +03:00