sacloud / libsacloud

[Deprecated] Library for SAKURA Cloud API with Go
Apache License 2.0
18 stars 13 forks source link

helper/wait: SimpleStateWaiter #811

Closed yamamoto-febc closed 3 years ago

yamamoto-febc commented 3 years ago

closes #809

待ち条件の判定にfunc() (bool, error)を用いるsacloud.StateWaiterの実装を追加する。 sacloud.StatePollingWaiterのラッパーとなっており、タイムアウトやインターバルの設定は同じように利用できる。

将来的に #810 に対応することを踏まえsacloudパッケージではなくhelper/waitパッケージに実装した。