Incant. Session protocol
(incant v0.1.0)
Copy Markdown
Unified Incant admin session interface.
LiveView and other admin UI code should depend on this protocol rather than knowing whether an admin surface is backed by local BEAM metadata or a SafeRPC-discovered service entry.
Summary
Functions
Returns the loaded transport-safe admin contract.
Fetches one contract surface by id.
Indexes a resource surface.
Lists contract surfaces. Options may include :kind.
Reads one resource item.
Runs a resource action.
Runs a dashboard widget query.
Types
@type t() :: term()
Functions
Returns the loaded transport-safe admin contract.
Fetches one contract surface by id.
Indexes a resource surface.
Lists contract surfaces. Options may include :kind.
Reads one resource item.
Runs a resource action.
Runs a dashboard widget query.