PhoenixDnd.Endpoint (phoenix_dnd v0.1.0)

Copy Markdown View Source

Identifies one port on one node.

Summary

Types

t()

@type t() :: %PhoenixDnd.Endpoint{node_id: String.t(), port_id: String.t()}

Functions

new!(endpoint)

@spec new!(map() | keyword() | t()) :: t()

new!(node_id, port_id)

@spec new!(String.t(), String.t()) :: t()