Raxol.Plugins.Manager.Core (Raxol v0.4.0)
View SourceCore functionality for the plugin manager. Handles basic plugin management operations and state.
Summary
Functions
Gets the current API version of the plugin manager.
Gets a plugin by name.
Gets a list of all loaded plugins.
Loads a plugin module and initializes it. Delegates to Raxol.Plugins.Lifecycle.load_plugin/3.
Creates a new plugin manager with default configuration.
Updates the configuration in the manager.
Updates the plugins map in the manager.
Types
@type t() :: %Raxol.Plugins.Manager.Core{ api_version: String.t(), config: Raxol.Plugins.PluginConfig.t(), plugins: %{required(String.t()) => Raxol.Plugins.Plugin.t()} }
Functions
Gets the current API version of the plugin manager.
Gets a plugin by name.
Gets a list of all loaded plugins.
Loads a plugin module and initializes it. Delegates to Raxol.Plugins.Lifecycle.load_plugin/3.
Creates a new plugin manager with default configuration.
Updates the configuration in the manager.
Updates the plugins map in the manager.