Reuse Ping function for DERP ping
This commit is contained in:
parent
b465592c07
commit
96f9680afd
3 changed files with 8 additions and 47 deletions
|
@ -25,7 +25,6 @@ type TailscaleClient interface {
|
|||
WaitForLogout() error
|
||||
WaitForPeers(expected int) error
|
||||
Ping(hostnameOrIP string, opts ...tsic.PingOption) error
|
||||
PingViaDERP(hostnameOrIP string, opts ...tsic.PingOption) error
|
||||
Curl(url string, opts ...tsic.CurlOption) (string, error)
|
||||
ID() string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue