Tailscale
v0.1.0
  • Pages
  • Modules

    View Source Tailscale.Event.Peer (Tailscale v0.1.0)

    Summary

    Types

    events()
    t()

    Functions

    active(peer)
    changed(peer)
    compare(old, new)
    compare_lists(old_peers, new_peers)
    inactive(peer)
    node_changed(peer)
    offline(peer)
    online(peer)
    tags_changed(peer)

    Types

    Link to this type

    events()

    View Source
    @type events() ::
      :added
      | :removed
      | :changed
      | :online
      | :offline
      | :active
      | :inactive
      | :node_changed
      | :tags_changed
    Link to this type

    t()

    View Source
    @type t() :: %Tailscale.Event.Peer{event: events(), peer: Tailscale.Peer.t()}

    Functions

    Link to this function

    active(peer)

    View Source
    Link to this function

    changed(peer)

    View Source
    Link to this function

    compare(old, new)

    View Source
    Link to this function

    compare_lists(old_peers, new_peers)

    View Source
    @spec compare_lists([Tailscale.Peer.t()], [Tailscale.Peer.t()]) :: [t()]
    Link to this function

    inactive(peer)

    View Source
    Link to this function

    node_changed(peer)

    View Source
    Link to this function

    offline(peer)

    View Source
    Link to this function

    online(peer)

    View Source
    Link to this function

    tags_changed(peer)

    View Source

    Hex Package Hex Preview (current file)

    Built using ExDoc (v0.30.6) for the Elixir programming language