fixex v0.1.2 Fixex.Adapter behaviour

Link to this section Summary

Link to this section Types

Link to this type

opts()
opts() :: list()

Link to this type

t()
t() :: Fixex.Adapter

Link to this section Callbacks

Link to this callback

call(pid, module, arg3, opts)
call(pid(), module(), function() | any(), opts()) ::
  {:ok, any()} | {:error, any()} | any()

Link to this callback

start_link(arg1)
start_link(Keyword.t()) :: Supervisor.on_start()