mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-31 02:58:44 -04:00
cli: unify verify/recover endpoint flag
This commit is contained in:
parent
c9226de9ab
commit
3318126363
12 changed files with 114 additions and 61 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
)
|
||||
|
||||
type recoveryClient interface {
|
||||
Connect(ip, port string, validators []atls.Validator) error
|
||||
Connect(endpoint string, validators []atls.Validator) error
|
||||
PushStateDiskKey(ctx context.Context, stateDiskKey []byte) error
|
||||
io.Closer
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue