Crate tailscale_localapi
Source pub use types::*;
- types
- Definitions of types used in the tailscale API
- 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.
- Error
- Error type for this crate
- LocalApiClient
- Abstract trait for the tailscale API client
- Result
- Result type for this crate