LiveDebugger.LiveHelpers.Routes (LiveDebugger v0.1.4)

View Source

Helper module to generate url routes for the LiveDebugger application.

Summary

Functions

channel_dashboard(socket_id, transport_pid \\ nil)

@spec channel_dashboard(
  socket_id :: String.t(),
  transport_pid :: pid() | String.t() | nil
) ::
  String.t()

live_views_dashboard()

@spec live_views_dashboard() :: String.t()