Merge pull request #21 from masterSplinter01/fix/add-check-to-interface

Add WaitFotContainerPresence to Pool Interface
remotes/fyrchik/master
Roman Khimov 2021-06-22 18:02:03 +03:00 committed by GitHub
commit aef1e3fc7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {