Migrate taildrop test to v2
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
ae189c03ac
commit
018b1d68f2
3 changed files with 189 additions and 39 deletions
|
@ -10,6 +10,7 @@ type TailscaleClient interface {
|
|||
Hostname() string
|
||||
Shutdown() error
|
||||
Version() string
|
||||
Execute(command []string) (string, error)
|
||||
Up(loginServer, authKey string) error
|
||||
IPs() ([]netip.Addr, error)
|
||||
FQDN() (string, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue