Manager (Raxol v2.0.1)

View Source

Plugin lifecycle manager - delegates to the core plugin manager. This module exists for backwards compatibility with tests that expect a bare "Manager" module.

Summary

Functions

Disable a plugin by ID

Enable a plugin by ID

Initialize the plugin manager

Load a plugin by module name with optional config

Reload a plugin by ID

Start the plugin manager with options

Functions

disable_plugin(plugin_id)

Disable a plugin by ID

enable_plugin(plugin_id)

Enable a plugin by ID

initialize()

Initialize the plugin manager

load_plugin_by_module(module, config \\ %{})

Load a plugin by module name with optional config

reload_plugin(plugin_id)

Reload a plugin by ID

start_link(opts \\ [])

Start the plugin manager with options