forked from TrueCloudLab/frostfs-sdk-go
Add WaitFotContainerPresence to Pool Interface
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
bcceec6e8b
commit
7065831db4
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ type Pool interface {
|
||||||
client.Container
|
client.Container
|
||||||
Connection() (client.Client, *session.Token, error)
|
Connection() (client.Client, *session.Token, error)
|
||||||
OwnerID() *owner.ID
|
OwnerID() *owner.ID
|
||||||
|
WaitForContainerPresence(context.Context, *cid.ID, *ContainerPollingParams) error
|
||||||
}
|
}
|
||||||
|
|
||||||
type clientPack struct {
|
type clientPack struct {
|
||||||
|
|
Loading…
Reference in a new issue