View Source Octopus.Client behaviour (octopus v0.5.1)

Link to this section Summary

Link to this section Callbacks

@callback call(map(), map(), any()) :: {:ok, map()} | {:error, any()} | no_return()
@callback start(map(), map(), atom()) :: {:ok, map()} | {:error, any()} | no_return()
@callback stop(map(), map(), any()) :: :ok | {:error, any()} | no_return()