[#607] ir: Work with AddressGroup instead of single Address

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-06-22 18:34:44 +03:00 committed by Leonard Lyubich
parent 9033cf5aa1
commit f7b42a1525
3 changed files with 13 additions and 14 deletions

View file

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