Vibe.Plugin.Manager.Callback (vibe v0.2.3)

Copy Markdown View Source

Runs plugin callbacks outside the plugin manager process.

Summary

Functions

call(module, callback, args)

@spec call(module(), atom(), [term()]) :: {:ok, term()} | {:error, term()}

log_failure(module, callback, reason, fallback \\ nil)

@spec log_failure(module(), atom(), term(), term()) :: term()