forked from TrueCloudLab/frostfs-sdk-go
Merge pull request #21 from masterSplinter01/fix/add-check-to-interface
Add WaitFotContainerPresence to Pool Interface
This commit is contained in:
commit
aef1e3fc7c
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ type Pool interface {
|
|||
client.Container
|
||||
Connection() (client.Client, *session.Token, error)
|
||||
OwnerID() *owner.ID
|
||||
WaitForContainerPresence(context.Context, *cid.ID, *ContainerPollingParams) error
|
||||
}
|
||||
|
||||
type clientPack struct {
|
||||
|
|
Loading…
Reference in a new issue