Search
context() :: Blunt.DispatchContext.t()
dispatch(context()) :: {:ok, context() | any()} | {:error, context()}
execute({atom(), atom(), list()}, context()) :: {:error, context()} | {:ok, context()}
return_final(any(), context()) :: {:ok, any()}
return_last_pipeline(context()) :: {:ok, any()}