rondo_server v0.1.0 Rondo.Server behaviour
Summary
Functions
Callbacks
Specs
authenticate(method :: term, token :: binary, state :: any) ::
{:ok, data :: term} |
{:error, error :: term}
Specs
route(path :: binary, props :: map, state :: any) ::
{:ok, Rondo.Element.Mountable.t} |
{:error, reason :: term}