mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-08 21:24:50 -05:00
integration: Eventually, debug output, lint and format
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
committed by
Kristoffer Dalby
parent
3b16b75fe6
commit
9b962956b5
@@ -32,6 +32,7 @@ type TailscaleClient interface {
|
||||
Down() error
|
||||
IPs() ([]netip.Addr, error)
|
||||
MustIPs() []netip.Addr
|
||||
IPv4() (netip.Addr, error)
|
||||
MustIPv4() netip.Addr
|
||||
MustIPv6() netip.Addr
|
||||
FQDN() (string, error)
|
||||
@@ -46,6 +47,7 @@ type TailscaleClient interface {
|
||||
WaitForPeers(expected int, timeout, retryInterval time.Duration) error
|
||||
Ping(hostnameOrIP string, opts ...tsic.PingOption) error
|
||||
Curl(url string, opts ...tsic.CurlOption) (string, error)
|
||||
CurlFailFast(url string) (string, error)
|
||||
Traceroute(netip.Addr) (util.Traceroute, error)
|
||||
ContainerID() string
|
||||
MustID() types.NodeID
|
||||
|
||||
Reference in New Issue
Block a user