forked from TrueCloudLab/frostfs-node
[#265] node: Fix after SDK & API-Go version up
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
a358255c1b
commit
3d43b0f7f9
9 changed files with 18 additions and 18 deletions
|
@ -30,7 +30,7 @@ type MultiAddressClient interface {
|
|||
|
||||
// RawForAddress must return rawclient.Client
|
||||
// for the passed network.Address.
|
||||
RawForAddress(network.Address, func(cli *rawclient.Client) error) error
|
||||
RawForAddress(context.Context, network.Address, func(cli *rawclient.Client) error) error
|
||||
|
||||
ReportError(error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue