Add logout method to tsic
This commit is contained in:
parent
b54c0e3d22
commit
b7d7fc57c4
3 changed files with 11 additions and 1 deletions
|
@ -15,6 +15,7 @@ type TailscaleClient interface {
|
|||
Execute(command []string) (string, string, error)
|
||||
Up(loginServer, authKey string) error
|
||||
UpWithLoginURL(loginServer string) (*url.URL, error)
|
||||
Logout() error
|
||||
IPs() ([]netip.Addr, error)
|
||||
FQDN() (string, error)
|
||||
Status() (*ipnstate.Status, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue