Add Execute helper for controlserver
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
a647e6af24
commit
2c0488da0b
2 changed files with 24 additions and 0 deletions
|
@ -6,6 +6,7 @@ import (
|
|||
|
||||
type ControlServer interface {
|
||||
Shutdown() error
|
||||
Execute(command []string) (string, error)
|
||||
GetHealthEndpoint() string
|
||||
GetEndpoint() string
|
||||
WaitForReady() error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue