forked from TrueCloudLab/frostfs-node
[#607] ir: Work with AddressGroup instead of single Address
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
9033cf5aa1
commit
f7b42a1525
3 changed files with 13 additions and 14 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue