Expand description
Plugin system
This module contains the core plugin system including migrations.
See Plugin trait for the required methods for a plugin.
See PluginManager for the plugin manager which is responsible for managing the plugins.
Structs§
- Plugin
Manager - Manages a collection of plugins.
- Session
Cleanup Config
Traits§
- Plugin
- A trait for plugins.