tailscale_cli

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetDevicesState

func GetDevicesState() (map[string]DeviceInfo, error)

func GetVersion

func GetVersion() (string, error)

Types

type DeviceInfo

type DeviceInfo struct {
	NodeKey           string   `json:"node_key"`
	DNSName           string   `json:"dns_name"`
	HasExitNodeOption bool     `json:"has_exit_node_option"`
	IsSelf            bool     `json:"is_self"`
	Online            bool     `json:"online"`
	Tags              []string `json:"tags"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL