mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-30 10:38:46 -04:00
Allow waiting for multiple states (#11)
* Simplify `fetch_pcrs.sh` script * Allow waiting for multiple states Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
9df71da33f
commit
eb3411f2c1
7 changed files with 87 additions and 31 deletions
|
@ -7,5 +7,5 @@ import (
|
|||
)
|
||||
|
||||
type statusWaiter interface {
|
||||
WaitForAll(ctx context.Context, status state.State, endpoints []string) error
|
||||
WaitForAll(ctx context.Context, endpoints []string, status ...state.State) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue