Documentation ¶ Overview ¶ Package tailscale tracks the current tailscale status. Index ¶ Constants func New(ctx context.Context) components.Component type Data Constants ¶ View Source const Name = "tailscale" Name is the ID of the tailscale component. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(ctx context.Context) components.Component Types ¶ type Data ¶ added in v0.4.5 type Data struct { // TailscaledServiceActive is true if the tailscaled service is active. TailscaledServiceActive bool `json:"tailscaled_service_active"` // contains filtered or unexported fields } Source Files ¶ View all Source files component.gotailscale.go Click to show internal directories. Click to hide internal directories.