Versions in this module Expand all Collapse all v0 v0.1.0 Jun 16, 2026 Changes in this version + type PluginSystem struct + func NewPluginSystem(ctx context.Context, pluginsDir string, devMode bool, ...) (*PluginSystem, error) + func (ps *PluginSystem) Close(ctx context.Context) error + func (ps *PluginSystem) Plugins() []plugin.Plugin + func (ps *PluginSystem) Registry() *registry.Registry