Fixup after ts interface
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
d706c3516d
commit
53b4bb220d
2 changed files with 4 additions and 3 deletions
|
@ -12,6 +12,7 @@ type TailscaleClient interface {
|
|||
Version() string
|
||||
Up(loginServer, authKey string) error
|
||||
IPs() ([]netip.Addr, error)
|
||||
FQDN() (string, error)
|
||||
Status() (*ipnstate.Status, error)
|
||||
WaitForPeers(expected int) error
|
||||
Ping(hostnameOrIP string) error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue