mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-28 23:09:36 -04:00
Move validators to cloudcmd
This commit is contained in:
parent
dad9a97ee2
commit
4e29c38027
11 changed files with 367 additions and 130 deletions
|
@ -3,10 +3,11 @@ package cmd
|
|||
import (
|
||||
"context"
|
||||
|
||||
"github.com/edgelesssys/constellation/coordinator/atls"
|
||||
"github.com/edgelesssys/constellation/coordinator/state"
|
||||
)
|
||||
|
||||
type statusWaiter interface {
|
||||
InitializePCRs(map[uint32][]byte, map[uint32][]byte)
|
||||
InitializeValidators([]atls.Validator)
|
||||
WaitForAll(ctx context.Context, endpoints []string, status ...state.State) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue