[#425] Adapt the Client's refactoring to the interface

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-03-17 14:34:59 +03:00 committed by Alex Vanin
parent b62a2a0f54
commit 383d2494eb
9 changed files with 12 additions and 12 deletions

View file

@ -27,7 +27,7 @@ type (
// NeoFSClientCache is an interface for cache of neofs RPC clients
NeoFSClientCache interface {
Get(address string) (*SDKClient.Client, error)
Get(address string) (SDKClient.Client, error)
}
TaskManager interface {