mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-26 03:11:25 +01:00
Update Tailscale interface with new Execute signature
This commit is contained in:
@@ -11,7 +11,7 @@ type TailscaleClient interface {
|
||||
Hostname() string
|
||||
Shutdown() error
|
||||
Version() string
|
||||
Execute(command []string) (string, error)
|
||||
Execute(command []string) (string, string, error)
|
||||
Up(loginServer, authKey string) error
|
||||
UpWithLoginURL(loginServer string) (*url.URL, error)
|
||||
IPs() ([]netip.Addr, error)
|
||||
|
||||
Reference in New Issue
Block a user