frostfs-node/pkg/morph/client/netmap/wrapper
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
..
add_peer.go [#971] morph/netmap: Add optional parameters 2021-11-19 09:58:03 +03:00
config.go [#971] *: Group all 3rd parties imports 2021-11-19 09:58:03 +03:00
epoch.go [#708] morph/client: Add epoch block getter from netmap 2021-07-22 15:20:34 +03:00
innerring.go [#971] morph/netmap: Add optional parameters 2021-11-19 09:58:03 +03:00
netmap.go *: replace neofs-api-go with neofs-sdk-go 2021-11-12 17:29:09 +03:00
new_epoch.go [#496] pkg/innerring: provide wrappers to processors 2021-06-21 15:16:42 +03:00
snapshot.go *: replace neofs-api-go with neofs-sdk-go 2021-11-12 17:29:09 +03:00
update_state.go [#971] morph/netmap: Add optional parameters 2021-11-19 09:58:03 +03:00
wrapper.go [#625] morph/client: make all constructors return no error 2022-02-01 15:47:54 +03:00