kvasir_agent v0.0.1-proto5 Kvasir.Command.Dispatcher behaviour View Source

Link to this section Summary

Link to this section Functions

Link to this function dispatch(dispatcher, command, opts \\ []) View Source

Link to this section Callbacks

Link to this callback dispatch(arg0, arg1) View Source
dispatch(Kvasir.Command.t(), Keyword.t()) ::
  {:ok, Kvasir.Command.t()} | {:error, atom()}
Link to this callback do_dispatch(arg0) View Source
do_dispatch(Kvasir.Command.t()) :: {:ok, Kvasir.Command.t()} | {:error, atom()}