View Source MishkaInstaller (Mishka Installer v0.0.4-beta.4)

Link to this section Summary

Link to this section Functions

Link to this function

dependency_activity(state, priority, status \\ "error")

View Source
@spec dependency_activity(map(), String.t(), String.t()) :: nil
Link to this function

get_config(item, section \\ :basic)

View Source
Link to this function

plugin_activity(action, plugin, priority, status \\ "info")

View Source
@spec plugin_activity(
  String.t(),
  MishkaInstaller.PluginState.t(),
  String.t(),
  String.t()
) ::
  :ignore | {:error, any()} | {:ok, pid()} | {:ok, pid(), any()}
Link to this function

start_oban_in_runtime(opts \\ MishkaInstaller.get_config(:oban_config))

View Source
@spec start_oban_in_runtime(nil | list()) ::
  :ignore | {:error, any()} | {:ok, pid()} | {:ok, pid(), any()}
Link to this function

update_activity(state, priority, status \\ "error")

View Source
@spec update_activity(map(), String.t(), String.t()) :: nil