View Source Tailscale.Event (Tailscale v0.1.0)

Summary

Types

@type events() ::
  :all
  | :added
  | :removed
  | :changed
  | :online
  | :offline
  | :active
  | :inactive
  | :node_changed
  | :tags_changed
  | :version_changed
  | :domain_changed
@type targets() :: :tailnet | :self | :user | :peer

Functions

Link to this function

events_available_for_subscription()

View Source