Crate tailscale_localapi
source ·Re-exports
pub use types::*;
Modules
- Definitions of types used in the tailscale API
Structs
- Client for the local tailscaled socket
- Client that connects to the local tailscaled over TCP with a password. This is used on Windows and macOS when sandboxing is enabled.
- Client that connects to the local tailscaled over a unix socket. This is used on Linux and other Unix-like systems.
Enums
- Error type for this crate
Traits
- Abstract trait for the tailscale API client
Type Aliases
- Result type for this crate