Crate tailscale_localapi

Source

Re-exports§

pub use types::*;

Modules§

types
Definitions of types used in the tailscale API

Structs§

LocalApi
Client for the local tailscaled socket
TcpWithPasswordClient
Client that connects to the local tailscaled over TCP with a password. This is used on Windows and macOS when sandboxing is enabled.
UnixStreamClient
Client that connects to the local tailscaled over a unix socket. This is used on Linux and other Unix-like systems.

Enums§

Error
Error type for this crate

Traits§

LocalApiClient
Abstract trait for the tailscale API client

Type Aliases§

Result
Result type for this crate